#35699B

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

Shades of Lochmara #35699B

Tints of Lochmara #35699B

Color information

#35699B (or 0x35699B) is unknown color: approx Lochmara. HEX triplet: 35, 69 and 9B. RGB value is (53,105,155). Sum of RGB (Red+Green+Blue) = 53+105+155=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #35699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35699B is #CA9664. Grayscale: #5E5E5E. Windows color (decimal): -13276773 or 10185013. OLE color: 10185013.

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

Color convert

RGB53105155-
CMYK0.660.3200.39
HSL209.41º49.04%40.78%-
HSV(B)209.41º65.81%60.78%-
XYZ12.4413.2332.91-
YUV95.15161.7797.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 155 (60.94% from 255) = 49.52%
R=16.93%
G=33.55%
B=49.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531051550.660.3200.39209.4149.0440.78
Hex35699B4220027d13129
Octal65151233102400473216151
Binary1101011101001100110111000010100000010011111010001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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