#30749e

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

Shades of Lochmara #30749E

Tints of Lochmara #30749E

Color information

#30749E (or 0x30749E) is unknown color: approx Lochmara. HEX triplet: 30, 74 and 9E. RGB value is (48,116,158). Sum of RGB (Red+Green+Blue) = 48+116+158=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #30749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30749E is #CF8B61. Grayscale: #646464. Windows color (decimal): -13601634 or 10384432. OLE color: 10384432.

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

Color convert

RGB48116158-
CMYK0.700.2700.38
HSL202.91º53.4%40.39%-
HSV(B)202.91º69.62%61.96%-
XYZ13.6415.5934.64-
YUV100.46160.4790.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.91%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 158 (62.11% from 255) = 49.07%
R=14.91%
G=36.02%
B=49.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481161580.700.2700.38202.9153.440.39
Hex30749E461B026cb3528
Octal60164236106330463136550
Binary110000111010010011110100011011011010011011001011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30749e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30749e; }

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

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

<style>
 a { background-color: #30749e; }

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

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

<style>
 span { border-color: #30749e; }

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

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