#307296

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

Shades of Lochmara #307296

Tints of Lochmara #307296

Color information

#307296 (or 0x307296) is unknown color: approx Lochmara. HEX triplet: 30, 72 and 96. RGB value is (48,114,150). Sum of RGB (Red+Green+Blue) = 48+114+150=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #307296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307296 is #CF8D69. Grayscale: #626262. Windows color (decimal): -13602154 or 9859632. OLE color: 9859632.

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

Color convert

RGB48114150-
CMYK0.680.2400.41
HSL201.18º51.52%38.82%-
HSV(B)201.18º68%58.82%-
XYZ12.7414.8731.05-
YUV98.37157.1392.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=15.38%
G=36.54%
B=48.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481141500.680.2400.41201.1851.5238.82
Hex3072964418029c93427
Octal60162226104300513116447
Binary110000111001010010110100010011000010100111001001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307296; }

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

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

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

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

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

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

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

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