#307396

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

Shades of Lochmara #307396

Tints of Lochmara #307396

Color information

#307396 (or 0x307396) is unknown color: approx Lochmara. HEX triplet: 30, 73 and 96. RGB value is (48,115,150). Sum of RGB (Red+Green+Blue) = 48+115+150=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #307396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307396 is #CF8C69. Grayscale: #626262. Windows color (decimal): -13601898 or 9859888. OLE color: 9859888.

HSL color Cylindrical-coordinate representation of color #307396: hue angle of 200.59º 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 #307396 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB48115150-
CMYK0.680.2300.41
HSL200.59º51.52%38.82%-
HSV(B)200.59º68%58.82%-
XYZ12.8515.0931.09-
YUV98.96156.891.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 115 (45.31% from 255) = 36.74%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=15.34%
G=36.74%
B=47.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481151500.680.2300.41200.5951.5238.82
Hex3073964417029c93427
Octal60163226104270513116447
Binary110000111001110010110100010010111010100111001001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307396; }

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

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

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

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

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

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

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

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