#30799F

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

Shades of Lochmara #30799F

Tints of Lochmara #30799F

Color information

#30799F (or 0x30799F) is unknown color: approx Lochmara. HEX triplet: 30, 79 and 9F. RGB value is (48,121,159). Sum of RGB (Red+Green+Blue) = 48+121+159=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #30799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30799F is #CF8660. Grayscale: #676767. Windows color (decimal): -13600353 or 10451248. OLE color: 10451248.

HSL color Cylindrical-coordinate representation of color #30799F: hue angle of 200.54º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30799F is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48121159-
CMYK0.700.2400.38
HSL200.54º53.62%40.59%-
HSV(B)200.54º69.81%62.35%-
XYZ14.3116.8135.29-
YUV103.51159.3288.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.63%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 159 (62.5% from 255) = 48.48%
R=14.63%
G=36.89%
B=48.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481211590.700.2400.38200.5453.6240.59
Hex30799F4618026c93629
Octal60171237106300463116651
Binary110000111100110011111100011011000010011011001001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,121,159); }

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

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

 a { background-color: rgb(48,121,159); }

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

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

 span { border-color: rgb(48,121,159); }

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