Html Css Color HEX #334088 Jacksons Purple

📋 copy color: '#334088'

red 51 ◦ green 64 ◦ blue 136

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

Shades of Jacksons Purple #334088

Tints of Jacksons Purple #334088

RGB

 RED value IS 51 (20.31% from 255) = 20.32%

 GREEN value IS 64 (25.39% from 255) = 25.5%

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

R = 20.32%
G = 25.5%
B = 54.18%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#334088 (or 0x334088) is known color: Jacksons Purple. HEX triplet: 33, 40 and 88. RGB value is (51,64,136). Sum of RGB (Red+Green+Blue) = 51+64+136=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #334088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334088 is #CCBF77. Grayscale: #444444. Windows color (decimal): -13418360 or 8929331. OLE color: 8929331.

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

Color convert

RGB 51 64 136 -
CMYK 0.62 0.53 0 0.47
HSL 230.82º 0.45% 0.37% -
HSV(B) 230.82º 0.63% 0.53% -
XYZ 7.64 6.15 24.08 -
YUV 68.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 51 64 136 0.62 0.53 0 0.47 230.82 0.45 0.37
Hex 33 40 88 3E 35 0 2F E7 2D 25
Octal 63 100 210 76 65 0 57 347 55 45
Binary 110011 1000000 10001000 111110 110101 0 101111 11100111 101101 100101

Color Harmonies of #334088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334088

Black with #334088

Text Example


Text Example

White with #334088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334088; }

 p { color: rgb(51,64,136); }

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

background-color css

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

 a { background-color: rgb(51,64,136); }

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

border-color css

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

 span { border-color: rgb(51,64,136); }

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