#30649F

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

Shades of Lochmara #30649F

Tints of Lochmara #30649F

Color information

#30649F (or 0x30649F) is unknown color: approx Lochmara. HEX triplet: 30, 64 and 9F. RGB value is (48,100,159). Sum of RGB (Red+Green+Blue) = 48+100+159=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #30649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30649F is #CF9B60. Grayscale: #5A5A5A. Windows color (decimal): -13605729 or 10445872. OLE color: 10445872.

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

Color convert

RGB48100159-
CMYK0.700.3700.38
HSL211.89º53.62%40.59%-
HSV(B)211.89º69.81%62.35%-
XYZ12.0312.2534.53-
YUV91.18166.2797.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 159 (62.5% from 255) = 51.79%
R=15.64%
G=32.57%
B=51.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481001590.700.3700.38211.8953.6240.59
Hex30649F4625026d43629
Octal60144237106450463246651
Binary1100001100100100111111000110100101010011011010100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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