#307199

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

Shades of Lochmara #307199

Tints of Lochmara #307199

Color information

#307199 (or 0x307199) is unknown color: approx Lochmara. HEX triplet: 30, 71 and 99. RGB value is (48,113,153). Sum of RGB (Red+Green+Blue) = 48+113+153=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #307199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307199 is #CF8E66. Grayscale: #616161. Windows color (decimal): -13602407 or 10055984. OLE color: 10055984.

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

Color convert

RGB48113153-
CMYK0.690.2600.4
HSL202.86º52.24%39.41%-
HSV(B)202.86º68.63%60%-
XYZ12.8714.7432.3-
YUV98.12158.9792.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=15.29%
G=35.99%
B=48.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481131530.690.2600.4202.8652.2439.41
Hex307199451A028cb3427
Octal60161231105320503136447
Binary110000111000110011001100010111010010100011001011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307199; }

 p { color: rgb(48,113,153); }

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

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

 a { background-color: rgb(48,113,153); }

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

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

 span { border-color: rgb(48,113,153); }

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