Html Css Color HEX #335988 St Tropaz

📋 copy color: '#335988'

red 51 ◦ green 89 ◦ blue 136

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

Shades of St Tropaz #335988

Tints of St Tropaz #335988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

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

R = 18.48%
G = 32.25%
B = 49.28%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#335988 (or 0x335988) is known color: St Tropaz. HEX triplet: 33, 59 and 88. RGB value is (51,89,136). Sum of RGB (Red+Green+Blue) = 51+89+136=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #335988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335988 is #CCA677. Grayscale: #525252. Windows color (decimal): -13411960 or 8935731. OLE color: 8935731.

HSL color Cylindrical-coordinate representation of color #335988: hue angle of 213.18º 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 #335988 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 89 136 -
CMYK 0.62 0.35 0 0.47
HSL 213.18º 0.45% 0.37% -
HSV(B) 213.18º 0.63% 0.53% -
XYZ 9.38 9.63 24.66 -
YUV 83 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 51 89 136 0.62 0.35 0 0.47 213.18 0.45 0.37
Hex 33 59 88 3E 23 0 2F D5 2D 25
Octal 63 131 210 76 43 0 57 325 55 45
Binary 110011 1011001 10001000 111110 100011 0 101111 11010101 101101 100101

Color Harmonies of #335988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335988

Black with #335988

Text Example


Text Example

White with #335988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335988; }

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

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

background-color css

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

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

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

border-color css

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

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

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