#307099

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

Shades of Lochmara #307099

Tints of Lochmara #307099

Color information

#307099 (or 0x307099) is unknown color: approx Lochmara. HEX triplet: 30, 70 and 99. RGB value is (48,112,153). Sum of RGB (Red+Green+Blue) = 48+112+153=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #307099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307099 is #CF8F66. Grayscale: #616161. Windows color (decimal): -13602663 or 10055728. OLE color: 10055728.

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

Color convert

RGB48112153-
CMYK0.690.2700.4
HSL203.43º52.24%39.41%-
HSV(B)203.43º68.63%60%-
XYZ12.7614.5232.27-
YUV97.54159.392.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=15.34%
G=35.78%
B=48.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481121530.690.2700.4203.4352.2439.41
Hex307099451B028cb3427
Octal60160231105330503136447
Binary110000111000010011001100010111011010100011001011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307099; }

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

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

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

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

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

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

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

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