#30719C

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

Shades of Lochmara #30719C

Tints of Lochmara #30719C

Color information

#30719C (or 0x30719C) is unknown color: approx Lochmara. HEX triplet: 30, 71 and 9C. RGB value is (48,113,156). Sum of RGB (Red+Green+Blue) = 48+113+156=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #30719C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30719C is #CF8E63. Grayscale: #626262. Windows color (decimal): -13602404 or 10252592. OLE color: 10252592.

HSL color Cylindrical-coordinate representation of color #30719C: hue angle of 203.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30719C is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB48113156-
CMYK0.690.2800.39
HSL203.89º52.94%40%-
HSV(B)203.89º69.23%61.18%-
XYZ13.1214.8433.62-
YUV98.47160.4792-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=15.14%
G=35.65%
B=49.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481131560.690.2800.39203.8952.9440
Hex30719C451C027cc3528
Octal60161234105340473146550
Binary110000111000110011100100010111100010011111001100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,113,156); }

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

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

 a { background-color: rgb(48,113,156); }

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

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

 span { border-color: rgb(48,113,156); }

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