#35598A

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

Shades of St Tropaz #35598A

Tints of St Tropaz #35598A

Color information

#35598A (or 0x35598A) is unknown color: approx St Tropaz. HEX triplet: 35, 59 and 8A. RGB value is (53,89,138). Sum of RGB (Red+Green+Blue) = 53+89+138=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #35598A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35598A is #CAA675. Grayscale: #535353. Windows color (decimal): -13280886 or 9066805. OLE color: 9066805.

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

Color convert

RGB5389138-
CMYK0.620.3600.46
HSL214.59º44.5%37.45%-
HSV(B)214.59º61.59%54.12%-
XYZ9.639.7425.42-
YUV83.82158.57106.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=18.93%
G=31.79%
B=49.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53891380.620.3600.46214.5944.537.45
Hex35598A3E2402Ed72d25
Octal6513121276440563275545
Binary110101101100110001010111110100100010111011010111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35598A; }

 p { color: rgb(53,89,138); }

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

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

 a { background-color: rgb(53,89,138); }

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

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

 span { border-color: rgb(53,89,138); }

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