#33739F

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

Shades of Lochmara #33739F

Tints of Lochmara #33739F

Color information

#33739F (or 0x33739F) is unknown color: approx Lochmara. HEX triplet: 33, 73 and 9F. RGB value is (51,115,159). Sum of RGB (Red+Green+Blue) = 51+115+159=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #33739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33739F is #CC8C60. Grayscale: #646464. Windows color (decimal): -13405281 or 10449715. OLE color: 10449715.

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

Color convert

RGB51115159-
CMYK0.680.2800.38
HSL204.44º51.43%41.18%-
HSV(B)204.44º67.92%62.35%-
XYZ13.7515.4735.06-
YUV100.88160.892.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.69%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=15.69%
G=35.38%
B=48.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511151590.680.2800.38204.4451.4341.18
Hex33739F441C026cc3329
Octal63163237104340463146351
Binary110011111001110011111100010011100010011011001100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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