#33719e

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

Shades of Lochmara #33719E

Tints of Lochmara #33719E

Color information

#33719E (or 0x33719E) is unknown color: approx Lochmara. HEX triplet: 33, 71 and 9E. RGB value is (51,113,158). Sum of RGB (Red+Green+Blue) = 51+113+158=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #33719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33719E is #CC8E61. Grayscale: #636363. Windows color (decimal): -13405794 or 10383667. OLE color: 10383667.

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

Color convert

RGB51113158-
CMYK0.680.2800.38
HSL205.23º51.2%40.98%-
HSV(B)205.23º67.72%61.96%-
XYZ13.4414.9834.53-
YUV99.59160.9693.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.84%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 158 (62.11% from 255) = 49.07%
R=15.84%
G=35.09%
B=49.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511131580.680.2800.38205.2351.240.98
Hex33719E441C026cd3329
Octal63161236104340463156351
Binary110011111000110011110100010011100010011011001101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33719e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33719e; }

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

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

<style>
 a { background-color: #33719e; }

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

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

<style>
 span { border-color: #33719e; }

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

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