#33739B

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

Shades of Lochmara #33739B

Tints of Lochmara #33739B

Color information

#33739B (or 0x33739B) is unknown color: approx Lochmara. HEX triplet: 33, 73 and 9B. RGB value is (51,115,155). Sum of RGB (Red+Green+Blue) = 51+115+155=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #33739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33739B is #CC8C64. Grayscale: #646464. Windows color (decimal): -13405285 or 10187571. OLE color: 10187571.

HSL color Cylindrical-coordinate representation of color #33739B: hue angle of 203.08º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33739B is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB51115155-
CMYK0.670.2600.39
HSL203.08º50.49%40.39%-
HSV(B)203.08º67.1%60.78%-
XYZ13.4115.3333.26-
YUV100.42158.892.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=15.89%
G=35.83%
B=48.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511151550.670.2600.39203.0850.4940.39
Hex33739B431A027cb3228
Octal63163233103320473136250
Binary110011111001110011011100001111010010011111001011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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