#30709B

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

Shades of Lochmara #30709B

Tints of Lochmara #30709B

Color information

#30709B (or 0x30709B) is unknown color: approx Lochmara. HEX triplet: 30, 70 and 9B. RGB value is (48,112,155). Sum of RGB (Red+Green+Blue) = 48+112+155=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #30709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30709B is #CF8F64. Grayscale: #616161. Windows color (decimal): -13602661 or 10186800. OLE color: 10186800.

HSL color Cylindrical-coordinate representation of color #30709B: hue angle of 204.11º 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 #30709B is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB48112155-
CMYK0.690.2800.39
HSL204.11º52.71%39.8%-
HSV(B)204.11º69.03%60.78%-
XYZ12.9314.5833.14-
YUV97.77160.392.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.24%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=15.24%
G=35.56%
B=49.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481121550.690.2800.39204.1152.7139.8
Hex30709B451C027cc3528
Octal60160233105340473146550
Binary110000111000010011011100010111100010011111001100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30709B; }

 p { color: rgb(48,112,155); }

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

<style>
 a { background-color: #30709B; }

 a { background-color: rgb(48,112,155); }

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

<style>
 span { border-color: #30709B; }

 span { border-color: rgb(48,112,155); }

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