#30719E

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

Shades of Lochmara #30719E

Tints of Lochmara #30719E

Color information

#30719E (or 0x30719E) is unknown color: approx Lochmara. HEX triplet: 30, 71 and 9E. RGB value is (48,113,158). Sum of RGB (Red+Green+Blue) = 48+113+158=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #30719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30719E is #CF8E61. Grayscale: #626262. Windows color (decimal): -13602402 or 10383664. OLE color: 10383664.

HSL color Cylindrical-coordinate representation of color #30719E: hue angle of 204.55º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30719E is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48113158-
CMYK0.700.2800.38
HSL204.55º53.4%40.39%-
HSV(B)204.55º69.62%61.96%-
XYZ13.314.9134.52-
YUV98.7161.4791.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 158 (62.11% from 255) = 49.53%
R=15.05%
G=35.42%
B=49.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481131580.700.2800.38204.5553.440.39
Hex30719E461C026cd3528
Octal60161236106340463156550
Binary110000111000110011110100011011100010011011001101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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