Html Css Color HEX #354188 Jacksons Purple

📋 copy color: '#354188'

red 53 ◦ green 65 ◦ blue 136

#354188
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #354188

Tints of Jacksons Purple #354188

RGB

 RED value IS 53 (21.09% from 255) = 20.87%

 GREEN value IS 65 (25.78% from 255) = 25.59%

 BLUE value IS 136 (53.52% from 255) = 53.54%

R = 20.87%
G = 25.59%
B = 53.54%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#354188 (or 0x354188) is known color: Jacksons Purple. HEX triplet: 35, 41 and 88. RGB value is (53,65,136). Sum of RGB (Red+Green+Blue) = 53+65+136=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #354188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354188 is #CABE77. Grayscale: #454545. Windows color (decimal): -13287032 or 8929589. OLE color: 8929589.

HSL color Cylindrical-coordinate representation of color #354188: hue angle of 231.33º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #354188 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 65 136 -
CMYK 0.61 0.52 0 0.47
HSL 231.33º 0.44% 0.37% -
HSV(B) 231.33º 0.61% 0.53% -
XYZ 7.8 6.32 24.1 -
YUV 69.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 53 65 136 0.61 0.52 0 0.47 231.33 0.44 0.37
Hex 35 41 88 3D 34 0 2F E7 2C 25
Octal 65 101 210 75 64 0 57 347 54 45
Binary 110101 1000001 10001000 111101 110100 0 101111 11100111 101100 100101

Color Harmonies of #354188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354188

Black with #354188

Text Example


Text Example

White with #354188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354188; }

 p { color: rgb(53,65,136); }

 H1.HeaderClassName
 {
   color: #354188;
 }
 .AnyTagClassName
 {
   color: #354188;
 }
</style>

background-color css

<style>
 a { background-color: #354188; }

 a { background-color: rgb(53,65,136); }

 div.DivClassName
 {
   background-color: #354188;
 }
 .BgClassName
 {
   background-color: #354188;
 }
</style>

border-color css

<style>
 span { border-color: #354188; }

 span { border-color: rgb(53,65,136); }

 td.TdClassName
 {
   border-color: #354188;
 }
 .TagClassName
 {
   border-color: #354188;
 }
</style>