#30619D

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

Shades of Lochmara #30619D

Tints of Lochmara #30619D

Color information

#30619D (or 0x30619D) is unknown color: approx Lochmara. HEX triplet: 30, 61 and 9D. RGB value is (48,97,157). Sum of RGB (Red+Green+Blue) = 48+97+157=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #30619D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30619D is #CF9E62. Grayscale: #585858. Windows color (decimal): -13606499 or 10314032. OLE color: 10314032.

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

Color convert

RGB4897157-
CMYK0.690.3800.38
HSL213.03º53.17%40.2%-
HSV(B)213.03º69.43%61.57%-
XYZ11.5811.6133.53-
YUV89.19166.2798.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 157 (61.72% from 255) = 51.99%
R=15.89%
G=32.12%
B=51.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal48971570.690.3800.38213.0353.1740.2
Hex30619D4526026d53528
Octal60141235105460463256550
Binary1100001100001100111011000101100110010011011010101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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