#307898

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

Shades of Lochmara #307898

Tints of Lochmara #307898

Color information

#307898 (or 0x307898) is unknown color: approx Lochmara. HEX triplet: 30, 78 and 98. RGB value is (48,120,152). Sum of RGB (Red+Green+Blue) = 48+120+152=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #307898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307898 is #CF8767. Grayscale: #656565. Windows color (decimal): -13600616 or 9992240. OLE color: 9992240.

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

Color convert

RGB48120152-
CMYK0.680.2100.40
HSL198.46º52%39.22%-
HSV(B)198.46º68.42%59.61%-
XYZ13.616.3332.14-
YUV102.12156.1589.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15%
GREEN value IS 120 (47.27% from 255) = 37.5%
BLUE value IS 152 (59.77% from 255) = 47.5%
R=15%
G=37.5%
B=47.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481201520.680.2100.40198.465239.22
Hex3078984415028c63427
Octal60170230104250503066447
Binary110000111100010011000100010010101010100011000110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307898; }

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

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

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

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

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

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

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

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