#30739C

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

Shades of Lochmara #30739C

Tints of Lochmara #30739C

Color information

#30739C (or 0x30739C) is unknown color: approx Lochmara. HEX triplet: 30, 73 and 9C. RGB value is (48,115,156). Sum of RGB (Red+Green+Blue) = 48+115+156=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #30739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30739C is #CF8C63. Grayscale: #636363. Windows color (decimal): -13601892 or 10253104. OLE color: 10253104.

HSL color Cylindrical-coordinate representation of color #30739C: hue angle of 202.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30739C is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB48115156-
CMYK0.690.2600.39
HSL202.78º52.94%40%-
HSV(B)202.78º69.23%61.18%-
XYZ13.3515.2933.7-
YUV99.64159.891.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=15.05%
G=36.05%
B=48.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481151560.690.2600.39202.7852.9440
Hex30739C451A027cb3528
Octal60163234105320473136550
Binary110000111001110011100100010111010010011111001011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30739C; }

 p { color: rgb(48,115,156); }

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

<style>
 a { background-color: #30739C; }

 a { background-color: rgb(48,115,156); }

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

<style>
 span { border-color: #30739C; }

 span { border-color: rgb(48,115,156); }

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