#33709F

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

Shades of Lochmara #33709F

Tints of Lochmara #33709F

Color information

#33709F (or 0x33709F) is unknown color: approx Lochmara. HEX triplet: 33, 70 and 9F. RGB value is (51,112,159). Sum of RGB (Red+Green+Blue) = 51+112+159=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #33709F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33709F is #CC8F60. Grayscale: #626262. Windows color (decimal): -13406049 or 10448947. OLE color: 10448947.

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

Color convert

RGB51112159-
CMYK0.680.3000.38
HSL206.11º51.43%41.18%-
HSV(B)206.11º67.92%62.35%-
XYZ13.4214.834.95-
YUV99.12161.7993.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.84%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 159 (62.5% from 255) = 49.38%
R=15.84%
G=34.78%
B=49.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511121590.680.3000.38206.1151.4341.18
Hex33709F441E026ce3329
Octal63160237104360463166351
Binary110011111000010011111100010011110010011011001110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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