#33629B

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

Shades of Lochmara #33629B

Tints of Lochmara #33629B

Color information

#33629B (or 0x33629B) is unknown color: approx Lochmara. HEX triplet: 33, 62 and 9B. RGB value is (51,98,155). Sum of RGB (Red+Green+Blue) = 51+98+155=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #33629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33629B is #CC9D64. Grayscale: #5A5A5A. Windows color (decimal): -13409637 or 10183219. OLE color: 10183219.

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

Color convert

RGB5198155-
CMYK0.670.3700.39
HSL212.88º50.49%40.39%-
HSV(B)212.88º67.1%60.78%-
XYZ11.6511.8132.68-
YUV90.44164.4399.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.78%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=16.78%
G=32.24%
B=50.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51981550.670.3700.39212.8850.4940.39
Hex33629B4325027d53228
Octal63142233103450473256250
Binary1100111100010100110111000011100101010011111010101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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