#33639E

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

Shades of Lochmara #33639E

Tints of Lochmara #33639E

Color information

#33639E (or 0x33639E) is unknown color: approx Lochmara. HEX triplet: 33, 63 and 9E. RGB value is (51,99,158). Sum of RGB (Red+Green+Blue) = 51+99+158=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #33639E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33639E is #CC9C61. Grayscale: #5B5B5B. Windows color (decimal): -13409378 or 10380083. OLE color: 10380083.

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

Color convert

RGB5199158-
CMYK0.680.3700.38
HSL213.08º51.2%40.98%-
HSV(B)213.08º67.72%61.96%-
XYZ1212.134.05-
YUV91.37165.699.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=16.56%
G=32.14%
B=51.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51991580.680.3700.38213.0851.240.98
Hex33639E4425026d53329
Octal63143236104450463256351
Binary1100111100011100111101000100100101010011011010101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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