#33699E

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

Shades of Lochmara #33699E

Tints of Lochmara #33699E

Color information

#33699E (or 0x33699E) is unknown color: approx Lochmara. HEX triplet: 33, 69 and 9E. RGB value is (51,105,158). Sum of RGB (Red+Green+Blue) = 51+105+158=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #33699E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33699E is #CC9661. Grayscale: #5E5E5E. Windows color (decimal): -13407842 or 10381619. OLE color: 10381619.

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

Color convert

RGB51105158-
CMYK0.680.3400.38
HSL209.72º51.2%40.98%-
HSV(B)209.72º67.72%61.96%-
XYZ12.5913.2834.25-
YUV94.9163.6196.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=16.24%
G=33.44%
B=50.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511051580.680.3400.38209.7251.240.98
Hex33699E4422026d23329
Octal63151236104420463226351
Binary1100111101001100111101000100100010010011011010010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,105,158); }

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

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

 a { background-color: rgb(51,105,158); }

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

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

 span { border-color: rgb(51,105,158); }

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