#307497

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

Shades of Lochmara #307497

Tints of Lochmara #307497

Color information

#307497 (or 0x307497) is unknown color: approx Lochmara. HEX triplet: 30, 74 and 97. RGB value is (48,116,151). Sum of RGB (Red+Green+Blue) = 48+116+151=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #307497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307497 is #CF8B68. Grayscale: #636363. Windows color (decimal): -13601641 or 9925680. OLE color: 9925680.

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

Color convert

RGB48116151-
CMYK0.680.2300.41
HSL200.39º51.76%39.02%-
HSV(B)200.39º68.21%59.22%-
XYZ13.0515.3531.55-
YUV99.66156.9791.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.24%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 151 (59.38% from 255) = 47.94%
R=15.24%
G=36.83%
B=47.94%

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
Decimal481161510.680.2300.41200.3951.7639.02
Hex3074974417029c83427
Octal60164227104270513106447
Binary110000111010010010111100010010111010100111001000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307497; }

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

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

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

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

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

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

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

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