#33699D

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

Shades of Lochmara #33699D

Tints of Lochmara #33699D

Color information

#33699D (or 0x33699D) is unknown color: approx Lochmara. HEX triplet: 33, 69 and 9D. RGB value is (51,105,157). Sum of RGB (Red+Green+Blue) = 51+105+157=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #33699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33699D is #CC9662. Grayscale: #5E5E5E. Windows color (decimal): -13407843 or 10316083. OLE color: 10316083.

HSL color Cylindrical-coordinate representation of color #33699D: hue angle of 209.43º 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 #33699D is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB51105157-
CMYK0.680.3300.38
HSL209.43º50.96%40.78%-
HSV(B)209.43º67.52%61.57%-
XYZ12.513.2433.8-
YUV94.78163.1196.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.29%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 157 (61.72% from 255) = 50.16%
R=16.29%
G=33.55%
B=50.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511051570.680.3300.38209.4350.9640.78
Hex33699D4421026d13329
Octal63151235104410463216351
Binary1100111101001100111011000100100001010011011010001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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