#33619A

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

Shades of Lochmara #33619A

Tints of Lochmara #33619A

Color information

#33619A (or 0x33619A) is unknown color: approx Lochmara. HEX triplet: 33, 61 and 9A. RGB value is (51,97,154). Sum of RGB (Red+Green+Blue) = 51+97+154=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #33619A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33619A is #CC9E65. Grayscale: #595959. Windows color (decimal): -13409894 or 10117427. OLE color: 10117427.

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

Color convert

RGB5197154-
CMYK0.670.3700.40
HSL213.2º50.24%40.2%-
HSV(B)213.2º66.88%60.39%-
XYZ11.4711.5932.2-
YUV89.74164.26100.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.89%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 154 (60.55% from 255) = 50.99%
R=16.89%
G=32.12%
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.40
SystemRedGreenBlueCMYKHSL
Decimal51971540.670.3700.40213.250.2440.2
Hex33619A4325028d53228
Octal63141232103450503256250
Binary1100111100001100110101000011100101010100011010101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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