#35598B

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

Shades of St Tropaz #35598B

Tints of St Tropaz #35598B

Color information

#35598B (or 0x35598B) is unknown color: approx St Tropaz. HEX triplet: 35, 59 and 8B. RGB value is (53,89,139). Sum of RGB (Red+Green+Blue) = 53+89+139=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #35598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35598B is #CAA674. Grayscale: #535353. Windows color (decimal): -13280885 or 9132341. OLE color: 9132341.

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

Color convert

RGB5389139-
CMYK0.620.3600.45
HSL214.88º44.79%37.65%-
HSV(B)214.88º61.87%54.51%-
XYZ9.79.7725.8-
YUV83.94159.07105.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 139 (54.69% from 255) = 49.47%
R=18.86%
G=31.67%
B=49.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53891390.620.3600.45214.8844.7937.65
Hex35598B3E2402Dd72d26
Octal6513121376440553275546
Binary110101101100110001011111110100100010110111010111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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