#33669C

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

Shades of Lochmara #33669C

Tints of Lochmara #33669C

Color information

#33669C (or 0x33669C) is unknown color: approx Lochmara. HEX triplet: 33, 66 and 9C. RGB value is (51,102,156). Sum of RGB (Red+Green+Blue) = 51+102+156=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #33669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33669C is #CC9963. Grayscale: #5C5C5C. Windows color (decimal): -13408612 or 10249779. OLE color: 10249779.

HSL color Cylindrical-coordinate representation of color #33669C: hue angle of 210.86º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33669C is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB51102156-
CMYK0.670.3500.39
HSL210.86º50.72%40.59%-
HSV(B)210.86º67.31%61.18%-
XYZ12.1212.6133.25-
YUV92.91163.698.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 156 (61.33% from 255) = 50.49%
R=16.50%
G=33.01%
B=50.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511021560.670.3500.39210.8650.7240.59
Hex33669C4323027d33329
Octal63146234103430473236351
Binary1100111100110100111001000011100011010011111010011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33669C; }

 p { color: rgb(51,102,156); }

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

<style>
 a { background-color: #33669C; }

 a { background-color: rgb(51,102,156); }

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

<style>
 span { border-color: #33669C; }

 span { border-color: rgb(51,102,156); }

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