#30619F

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

Shades of Lochmara #30619F

Tints of Lochmara #30619F

Color information

#30619F (or 0x30619F) is unknown color: approx Lochmara. HEX triplet: 30, 61 and 9F. RGB value is (48,97,159). Sum of RGB (Red+Green+Blue) = 48+97+159=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #30619F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30619F is #CF9E60. Grayscale: #595959. Windows color (decimal): -13606497 or 10445104. OLE color: 10445104.

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

Color convert

RGB4897159-
CMYK0.700.3900.38
HSL213.51º53.62%40.59%-
HSV(B)213.51º69.81%62.35%-
XYZ11.7511.6834.44-
YUV89.42167.2798.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 159 (62.5% from 255) = 52.30%
R=15.79%
G=31.91%
B=52.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48971590.700.3900.38213.5153.6240.59
Hex30619F4627026d63629
Octal60141237106470463266651
Binary1100001100001100111111000110100111010011011010110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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