#30639E

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

Shades of Lochmara #30639E

Tints of Lochmara #30639E

Color information

#30639E (or 0x30639E) is unknown color: approx Lochmara. HEX triplet: 30, 63 and 9E. RGB value is (48,99,158). Sum of RGB (Red+Green+Blue) = 48+99+158=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #30639E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30639E is #CF9C61. Grayscale: #5A5A5A. Windows color (decimal): -13605986 or 10380080. OLE color: 10380080.

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

Color convert

RGB4899158-
CMYK0.700.3700.38
HSL212.18º53.4%40.39%-
HSV(B)212.18º69.62%61.96%-
XYZ11.8512.0234.04-
YUV90.48166.197.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.74%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 158 (62.11% from 255) = 51.80%
R=15.74%
G=32.46%
B=51.80%

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
Decimal48991580.700.3700.38212.1853.440.39
Hex30639E4625026d43528
Octal60143236106450463246550
Binary1100001100011100111101000110100101010011011010100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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