#33649d

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

Shades of Lochmara #33649D

Tints of Lochmara #33649D

Color information

#33649D (or 0x33649D) is unknown color: approx Lochmara. HEX triplet: 33, 64 and 9D. RGB value is (51,100,157). Sum of RGB (Red+Green+Blue) = 51+100+157=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #33649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33649D is #CC9B62. Grayscale: #5B5B5B. Windows color (decimal): -13409123 or 10314803. OLE color: 10314803.

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

Color convert

RGB51100157-
CMYK0.680.3600.38
HSL212.26º50.96%40.78%-
HSV(B)212.26º67.52%61.57%-
XYZ12.0112.2533.63-
YUV91.85164.7798.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 157 (61.72% from 255) = 50.97%
R=16.56%
G=32.47%
B=50.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511001570.680.3600.38212.2650.9640.78
Hex33649D4424026d43329
Octal63144235104440463246351
Binary1100111100100100111011000100100100010011011010100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33649d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33649d; }

 p { color: rgb(51,100,157); }

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

<style>
 a { background-color: #33649d; }

 a { background-color: rgb(51,100,157); }

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

<style>
 span { border-color: #33649d; }

 span { border-color: rgb(51,100,157); }

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