#35789C

Color #35789C Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #35789C

Tints of Lochmara #35789C

Color information

#35789C (or 0x35789C) is unknown color: approx Lochmara. HEX triplet: 35, 78 and 9C. RGB value is (53,120,156). Sum of RGB (Red+Green+Blue) = 53+120+156=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #35789C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35789C is #CA8763. Grayscale: #676767. Windows color (decimal): -13272932 or 10254389. OLE color: 10254389.

HSL color Cylindrical-coordinate representation of color #35789C: hue angle of 200.97º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35789C is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53120156-
CMYK0.660.2300.39
HSL200.97º49.28%40.98%-
HSV(B)200.97º66.03%61.18%-
XYZ14.1916.5933.91-
YUV104.07157.391.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=16.11%
G=36.47%
B=47.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531201560.660.2300.39200.9749.2840.98
Hex35789C4217027c93129
Octal65170234102270473116151
Binary110101111100010011100100001010111010011111001001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35789C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35789C; }

 p { color: rgb(53,120,156); }

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

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

 a { background-color: rgb(53,120,156); }

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

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

 span { border-color: rgb(53,120,156); }

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