#35709A

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

Shades of Lochmara #35709A

Tints of Lochmara #35709A

Color information

#35709A (or 0x35709A) is unknown color: approx Lochmara. HEX triplet: 35, 70 and 9A. RGB value is (53,112,154). Sum of RGB (Red+Green+Blue) = 53+112+154=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #35709A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35709A is #CA8F65. Grayscale: #626262. Windows color (decimal): -13274982 or 10121269. OLE color: 10121269.

HSL color Cylindrical-coordinate representation of color #35709A: hue angle of 204.95º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35709A is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB53112154-
CMYK0.660.2700.40
HSL204.95º48.79%40.59%-
HSV(B)204.95º65.58%60.39%-
XYZ13.114.6832.71-
YUV99.15158.9595.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=16.61%
G=35.11%
B=48.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531121540.660.2700.40204.9548.7940.59
Hex35709A421B028cd3129
Octal65160232102330503156151
Binary110101111000010011010100001011011010100011001101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,112,154); }

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

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

 a { background-color: rgb(53,112,154); }

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

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

 span { border-color: rgb(53,112,154); }

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