#33709E

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

Shades of Lochmara #33709E

Tints of Lochmara #33709E

Color information

#33709E (or 0x33709E) is unknown color: approx Lochmara. HEX triplet: 33, 70 and 9E. RGB value is (51,112,158). Sum of RGB (Red+Green+Blue) = 51+112+158=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #33709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33709E is #CC8F61. Grayscale: #626262. Windows color (decimal): -13406050 or 10383411. OLE color: 10383411.

HSL color Cylindrical-coordinate representation of color #33709E: hue angle of 205.79º 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 #33709E is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB51112158-
CMYK0.680.2900.38
HSL205.79º51.2%40.98%-
HSV(B)205.79º67.72%61.96%-
XYZ13.3314.7634.49-
YUV99161.2993.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 158 (62.11% from 255) = 49.22%
R=15.89%
G=34.89%
B=49.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511121580.680.2900.38205.7951.240.98
Hex33709E441D026ce3329
Octal63160236104350463166351
Binary110011111000010011110100010011101010011011001110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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