#35679B

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

Shades of Lochmara #35679B

Tints of Lochmara #35679B

Color information

#35679B (or 0x35679B) is unknown color: approx Lochmara. HEX triplet: 35, 67 and 9B. RGB value is (53,103,155). Sum of RGB (Red+Green+Blue) = 53+103+155=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #35679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35679B is #CA9864. Grayscale: #5D5D5D. Windows color (decimal): -13277285 or 10184501. OLE color: 10184501.

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

Color convert

RGB53103155-
CMYK0.660.3400.39
HSL210.59º49.04%40.78%-
HSV(B)210.59º65.81%60.78%-
XYZ12.2312.8232.84-
YUV93.98162.4498.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 103 (40.62% from 255) = 33.12%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=17.04%
G=33.12%
B=49.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531031550.660.3400.39210.5949.0440.78
Hex35679B4222027d33129
Octal65147233102420473236151
Binary1101011100111100110111000010100010010011111010011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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