#307798

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

Shades of Lochmara #307798

Tints of Lochmara #307798

Color information

#307798 (or 0x307798) is unknown color: approx Lochmara. HEX triplet: 30, 77 and 98. RGB value is (48,119,152). Sum of RGB (Red+Green+Blue) = 48+119+152=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #307798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307798 is #CF8867. Grayscale: #656565. Windows color (decimal): -13600872 or 9991984. OLE color: 9991984.

HSL color Cylindrical-coordinate representation of color #307798: hue angle of 199.04º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307798 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB48119152-
CMYK0.680.2200.40
HSL199.04º52%39.22%-
HSV(B)199.04º68.42%59.61%-
XYZ13.4816.0932.1-
YUV101.53156.4889.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=15.05%
G=37.30%
B=47.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481191520.680.2200.40199.045239.22
Hex3077984416028c73427
Octal60167230104260503076447
Binary110000111011110011000100010010110010100011000111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307798; }

 p { color: rgb(48,119,152); }

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

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

 a { background-color: rgb(48,119,152); }

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

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

 span { border-color: rgb(48,119,152); }

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