#33699F

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

Shades of Lochmara #33699F

Tints of Lochmara #33699F

Color information

#33699F (or 0x33699F) is unknown color: approx Lochmara. HEX triplet: 33, 69 and 9F. RGB value is (51,105,159). Sum of RGB (Red+Green+Blue) = 51+105+159=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #33699F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33699F is #CC9660. Grayscale: #5E5E5E. Windows color (decimal): -13407841 or 10447155. OLE color: 10447155.

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

Color convert

RGB51105159-
CMYK0.680.3400.38
HSL210º51.43%41.18%-
HSV(B)210º67.92%62.35%-
XYZ12.6713.3134.7-
YUV95.01164.1196.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 159 (62.5% from 255) = 50.48%
R=16.19%
G=33.33%
B=50.48%

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
Decimal511051590.680.3400.3821051.4341.18
Hex33699F4422026d23329
Octal63151237104420463226351
Binary1100111101001100111111000100100010010011011010010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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