#33639B

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

Shades of Lochmara #33639B

Tints of Lochmara #33639B

Color information

#33639B (or 0x33639B) is unknown color: approx Lochmara. HEX triplet: 33, 63 and 9B. RGB value is (51,99,155). Sum of RGB (Red+Green+Blue) = 51+99+155=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #33639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33639B is #CC9C64. Grayscale: #5A5A5A. Windows color (decimal): -13409381 or 10183475. OLE color: 10183475.

HSL color Cylindrical-coordinate representation of color #33639B: hue angle of 212.31º 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 #33639B is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5199155-
CMYK0.670.3600.39
HSL212.31º50.49%40.39%-
HSV(B)212.31º67.1%60.78%-
XYZ11.7411.9932.71-
YUV91.03164.199.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=16.72%
G=32.46%
B=50.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51991550.670.3600.39212.3150.4940.39
Hex33639B4324027d43228
Octal63143233103440473246250
Binary1100111100011100110111000011100100010011111010100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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