#35719C

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

Shades of Lochmara #35719C

Tints of Lochmara #35719C

Color information

#35719C (or 0x35719C) is unknown color: approx Lochmara. HEX triplet: 35, 71 and 9C. RGB value is (53,113,156). Sum of RGB (Red+Green+Blue) = 53+113+156=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #35719C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35719C is #CA8E63. Grayscale: #636363. Windows color (decimal): -13274724 or 10252597. OLE color: 10252597.

HSL color Cylindrical-coordinate representation of color #35719C: hue angle of 205.05º 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 #35719C is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53113156-
CMYK0.660.2800.39
HSL205.05º49.28%40.98%-
HSV(B)205.05º66.03%61.18%-
XYZ13.3714.9733.64-
YUV99.96159.6294.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 156 (61.33% from 255) = 48.45%
R=16.46%
G=35.09%
B=48.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531131560.660.2800.39205.0549.2840.98
Hex35719C421C027cd3129
Octal65161234102340473156151
Binary110101111000110011100100001011100010011111001101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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