#33619B

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

Shades of Lochmara #33619B

Tints of Lochmara #33619B

Color information

#33619B (or 0x33619B) is unknown color: approx Lochmara. HEX triplet: 33, 61 and 9B. RGB value is (51,97,155). Sum of RGB (Red+Green+Blue) = 51+97+155=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #33619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33619B is #CC9E64. Grayscale: #595959. Windows color (decimal): -13409893 or 10182963. OLE color: 10182963.

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

Color convert

RGB5197155-
CMYK0.670.3700.39
HSL213.46º50.49%40.39%-
HSV(B)213.46º67.1%60.78%-
XYZ11.5611.6232.64-
YUV89.86164.76100.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=16.83%
G=32.01%
B=51.16%

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
Decimal51971550.670.3700.39213.4650.4940.39
Hex33619B4325027d53228
Octal63141233103450473256250
Binary1100111100001100110111000011100101010011111010101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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