#35739B

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

Shades of Lochmara #35739B

Tints of Lochmara #35739B

Color information

#35739B (or 0x35739B) is unknown color: approx Lochmara. HEX triplet: 35, 73 and 9B. RGB value is (53,115,155). Sum of RGB (Red+Green+Blue) = 53+115+155=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #35739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35739B is #CA8C64. Grayscale: #646464. Windows color (decimal): -13274213 or 10187573. OLE color: 10187573.

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

Color convert

RGB53115155-
CMYK0.660.2600.39
HSL203.53º49.04%40.78%-
HSV(B)203.53º65.81%60.78%-
XYZ13.5215.3833.27-
YUV101.02158.4693.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 115 (45.31% from 255) = 35.60%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=16.41%
G=35.60%
B=47.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531151550.660.2600.39203.5349.0440.78
Hex35739B421A027cc3129
Octal65163233102320473146151
Binary110101111001110011011100001011010010011111001100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,115,155); }

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

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

 a { background-color: rgb(53,115,155); }

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

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

 span { border-color: rgb(53,115,155); }

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