Html Css Color HEX #335A87 St Tropaz

📋 copy color: '#335A87'

red 51 ◦ green 90 ◦ blue 135

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

Shades of St Tropaz #335A87

Tints of St Tropaz #335A87

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.61%

 BLUE value IS 135 (53.13% from 255) = 48.91%

R = 18.48%
G = 32.61%
B = 48.91%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#335A87 (or 0x335A87) is known color: St Tropaz. HEX triplet: 33, 5A and 87. RGB value is (51,90,135). Sum of RGB (Red+Green+Blue) = 51+90+135=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #335A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335A87 is #CCA578. Grayscale: #535353. Windows color (decimal): -13411705 or 8870451. OLE color: 8870451.

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

Color convert

RGB 51 90 135 -
CMYK 0.62 0.33 0 0.47
HSL 212.14º 0.45% 0.36% -
HSV(B) 212.14º 0.62% 0.53% -
XYZ 9.39 9.77 24.31 -
YUV 83.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 51 90 135 0.62 0.33 0 0.47 212.14 0.45 0.36
Hex 33 5A 87 3E 21 0 2F D4 2D 24
Octal 63 132 207 76 41 0 57 324 55 44
Binary 110011 1011010 10000111 111110 100001 0 101111 11010100 101101 100100

Color Harmonies of #335A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A87

Black with #335A87

Text Example


Text Example

White with #335A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335A87; }

 p { color: rgb(51,90,135); }

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

background-color css

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

 a { background-color: rgb(51,90,135); }

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

border-color css

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

 span { border-color: rgb(51,90,135); }

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