#307397

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

Shades of Lochmara #307397

Tints of Lochmara #307397

Color information

#307397 (or 0x307397) is unknown color: approx Lochmara. HEX triplet: 30, 73 and 97. RGB value is (48,115,151). Sum of RGB (Red+Green+Blue) = 48+115+151=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #307397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307397 is #CF8C68. Grayscale: #626262. Windows color (decimal): -13601897 or 9925424. OLE color: 9925424.

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

Color convert

RGB48115151-
CMYK0.680.2400.41
HSL200.97º51.76%39.02%-
HSV(B)200.97º68.21%59.22%-
XYZ12.9415.1231.52-
YUV99.07157.391.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 151 (59.38% from 255) = 48.09%
R=15.29%
G=36.62%
B=48.09%

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
Decimal481151510.680.2400.41200.9751.7639.02
Hex3073974418029c93427
Octal60163227104300513116447
Binary110000111001110010111100010011000010100111001001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307397; }

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

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

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

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

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

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

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

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