#33629A

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

Shades of Lochmara #33629A

Tints of Lochmara #33629A

Color information

#33629A (or 0x33629A) is unknown color: approx Lochmara. HEX triplet: 33, 62 and 9A. RGB value is (51,98,154). Sum of RGB (Red+Green+Blue) = 51+98+154=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #33629A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33629A is #CC9D65. Grayscale: #5A5A5A. Windows color (decimal): -13409638 or 10117683. OLE color: 10117683.

HSL color Cylindrical-coordinate representation of color #33629A: hue angle of 212.62º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33629A is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5198154-
CMYK0.670.3600.40
HSL212.62º50.24%40.2%-
HSV(B)212.62º66.88%60.39%-
XYZ11.5711.7732.23-
YUV90.33163.9399.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 154 (60.55% from 255) = 50.83%
R=16.83%
G=32.34%
B=50.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51981540.670.3600.40212.6250.2440.2
Hex33629A4324028d53228
Octal63142232103440503256250
Binary1100111100010100110101000011100100010100011010101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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