#307097

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

Shades of Lochmara #307097

Tints of Lochmara #307097

Color information

#307097 (or 0x307097) is unknown color: approx Lochmara. HEX triplet: 30, 70 and 97. RGB value is (48,112,151). Sum of RGB (Red+Green+Blue) = 48+112+151=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #307097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307097 is #CF8F68. Grayscale: #616161. Windows color (decimal): -13602665 or 9924656. OLE color: 9924656.

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

Color convert

RGB48112151-
CMYK0.680.2600.41
HSL202.72º51.76%39.02%-
HSV(B)202.72º68.21%59.22%-
XYZ12.614.4531.4-
YUV97.31158.392.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 151 (59.38% from 255) = 48.55%
R=15.43%
G=36.01%
B=48.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481121510.680.2600.41202.7251.7639.02
Hex307097441A029cb3427
Octal60160227104320513136447
Binary110000111000010010111100010011010010100111001011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307097; }

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

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

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

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

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

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

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

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