#35669E

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

Shades of Lochmara #35669E

Tints of Lochmara #35669E

Color information

#35669E (or 0x35669E) is unknown color: approx Lochmara. HEX triplet: 35, 66 and 9E. RGB value is (53,102,158). Sum of RGB (Red+Green+Blue) = 53+102+158=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #35669E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35669E is #CA9961. Grayscale: #5D5D5D. Windows color (decimal): -13277538 or 10380853. OLE color: 10380853.

HSL color Cylindrical-coordinate representation of color #35669E: hue angle of 212º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35669E is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53102158-
CMYK0.660.3500.38
HSL212º49.76%41.37%-
HSV(B)212º66.46%61.96%-
XYZ12.3912.7334.15-
YUV93.73164.2798.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=16.93%
G=32.59%
B=50.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531021580.660.3500.3821249.7641.37
Hex35669E4223026d43229
Octal65146236102430463246251
Binary1101011100110100111101000010100011010011011010100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35669E; }

 p { color: rgb(53,102,158); }

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

<style>
 a { background-color: #35669E; }

 a { background-color: rgb(53,102,158); }

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

<style>
 span { border-color: #35669E; }

 span { border-color: rgb(53,102,158); }

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