#33739E

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

Shades of Lochmara #33739E

Tints of Lochmara #33739E

Color information

#33739E (or 0x33739E) is unknown color: approx Lochmara. HEX triplet: 33, 73 and 9E. RGB value is (51,115,158). Sum of RGB (Red+Green+Blue) = 51+115+158=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #33739E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33739E is #CC8C61. Grayscale: #646464. Windows color (decimal): -13405282 or 10384179. OLE color: 10384179.

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

Color convert

RGB51115158-
CMYK0.680.2700.38
HSL204.11º51.2%40.98%-
HSV(B)204.11º67.72%61.96%-
XYZ13.6715.4334.61-
YUV100.77160.392.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.74%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 158 (62.11% from 255) = 48.77%
R=15.74%
G=35.49%
B=48.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511151580.680.2700.38204.1151.240.98
Hex33739E441B026cc3329
Octal63163236104330463146351
Binary110011111001110011110100010011011010011011001100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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