#30729D

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

Shades of Lochmara #30729D

Tints of Lochmara #30729D

Color information

#30729D (or 0x30729D) is unknown color: approx Lochmara. HEX triplet: 30, 72 and 9D. RGB value is (48,114,157). Sum of RGB (Red+Green+Blue) = 48+114+157=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #30729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30729D is #CF8D62. Grayscale: #626262. Windows color (decimal): -13602147 or 10318384. OLE color: 10318384.

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

Color convert

RGB48114157-
CMYK0.690.2700.38
HSL203.67º53.17%40.2%-
HSV(B)203.67º69.43%61.57%-
XYZ13.3215.134.11-
YUV99.17160.6391.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=15.05%
G=35.74%
B=49.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481141570.690.2700.38203.6753.1740.2
Hex30729D451B026cc3528
Octal60162235105330463146550
Binary110000111001010011101100010111011010011011001100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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