#307299

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

Shades of Lochmara #307299

Tints of Lochmara #307299

Color information

#307299 (or 0x307299) is unknown color: approx Lochmara. HEX triplet: 30, 72 and 99. RGB value is (48,114,153). Sum of RGB (Red+Green+Blue) = 48+114+153=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #307299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307299 is #CF8D66. Grayscale: #626262. Windows color (decimal): -13602151 or 10056240. OLE color: 10056240.

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

Color convert

RGB48114153-
CMYK0.690.2500.4
HSL202.29º52.24%39.41%-
HSV(B)202.29º68.63%60%-
XYZ12.9914.9632.34-
YUV98.71158.6391.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.24%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=15.24%
G=36.19%
B=48.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481141530.690.2500.4202.2952.2439.41
Hex3072994519028ca3427
Octal60162231105310503126447
Binary110000111001010011001100010111001010100011001010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307299; }

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

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

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

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

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

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

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

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