#307096

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

Shades of Lochmara #307096

Tints of Lochmara #307096

Color information

#307096 (or 0x307096) is unknown color: approx Lochmara. HEX triplet: 30, 70 and 96. RGB value is (48,112,150). Sum of RGB (Red+Green+Blue) = 48+112+150=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #307096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307096 is #CF8F69. Grayscale: #606060. Windows color (decimal): -13602666 or 9859120. OLE color: 9859120.

HSL color Cylindrical-coordinate representation of color #307096: hue angle of 202.35º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307096 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB48112150-
CMYK0.680.2500.41
HSL202.35º51.52%38.82%-
HSV(B)202.35º68%58.82%-
XYZ12.5214.4230.98-
YUV97.2157.892.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=15.48%
G=36.13%
B=48.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481121500.680.2500.41202.3551.5238.82
Hex3070964419029ca3427
Octal60160226104310513126447
Binary110000111000010010110100010011001010100111001010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307096; }

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

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

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

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

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

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

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

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