#33779E

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

Shades of Lochmara #33779E

Tints of Lochmara #33779E

Color information

#33779E (or 0x33779E) is unknown color: approx Lochmara. HEX triplet: 33, 77 and 9E. RGB value is (51,119,158). Sum of RGB (Red+Green+Blue) = 51+119+158=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #33779E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33779E is #CC8861. Grayscale: #666666. Windows color (decimal): -13404258 or 10385203. OLE color: 10385203.

HSL color Cylindrical-coordinate representation of color #33779E: hue angle of 201.87º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33779E is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB51119158-
CMYK0.680.2500.38
HSL201.87º51.2%40.98%-
HSV(B)201.87º67.72%61.96%-
XYZ14.1316.3734.76-
YUV103.11158.9790.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.55%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 158 (62.11% from 255) = 48.17%
R=15.55%
G=36.28%
B=48.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511191580.680.2500.38201.8751.240.98
Hex33779E4419026ca3329
Octal63167236104310463126351
Binary110011111011110011110100010011001010011011001010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33779E; }

 p { color: rgb(51,119,158); }

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

<style>
 a { background-color: #33779E; }

 a { background-color: rgb(51,119,158); }

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

<style>
 span { border-color: #33779E; }

 span { border-color: rgb(51,119,158); }

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