#335A88

Color #335A88 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #335A88

Tints of St Tropaz #335A88

Color information

#335A88 (or 0x335A88) is unknown color: approx St Tropaz. HEX triplet: 33, 5A and 88. RGB value is (51,90,136). Sum of RGB (Red+Green+Blue) = 51+90+136=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #335A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335A88 is #CCA577. Grayscale: #535353. Windows color (decimal): -13411704 or 8935987. OLE color: 8935987.

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

Color convert

RGB5190136-
CMYK0.620.3400.47
HSL212.47º45.45%36.67%-
HSV(B)212.47º62.5%53.33%-
XYZ9.479.7924.68-
YUV83.58157.58104.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=18.41%
G=32.49%
B=49.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51901360.620.3400.47212.4745.4536.67
Hex335A883E2202Fd42d25
Octal6313221076420573245545
Binary110011101101010001000111110100010010111111010100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #335A88;
 }
 .AnyTagClassName
 {
   color: #335A88;
 }
</style>
background-color css

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

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

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

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

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

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