#33679C

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

Shades of Lochmara #33679C

Tints of Lochmara #33679C

Color information

#33679C (or 0x33679C) is unknown color: approx Lochmara. HEX triplet: 33, 67 and 9C. RGB value is (51,103,156). Sum of RGB (Red+Green+Blue) = 51+103+156=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #33679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33679C is #CC9863. Grayscale: #5D5D5D. Windows color (decimal): -13408356 or 10250035. OLE color: 10250035.

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

Color convert

RGB51103156-
CMYK0.670.3400.39
HSL210.29º50.72%40.59%-
HSV(B)210.29º67.31%61.18%-
XYZ12.2212.833.28-
YUV93.49163.2797.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 156 (61.33% from 255) = 50.32%
R=16.45%
G=33.23%
B=50.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511031560.670.3400.39210.2950.7240.59
Hex33679C4322027d23329
Octal63147234103420473226351
Binary1100111100111100111001000011100010010011111010010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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