#307897

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

Shades of Astral #307897

Tints of Astral #307897

Color information

#307897 (or 0x307897) is unknown color: approx Astral. HEX triplet: 30, 78 and 97. RGB value is (48,120,151). Sum of RGB (Red+Green+Blue) = 48+120+151=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #307897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307897 is #CF8768. Grayscale: #656565. Windows color (decimal): -13600617 or 9926704. OLE color: 9926704.

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

Color convert

RGB48120151-
CMYK0.680.2100.41
HSL198.06º51.76%39.02%-
HSV(B)198.06º68.21%59.22%-
XYZ13.5216.331.71-
YUV102.01155.6589.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 151 (59.38% from 255) = 47.34%
R=15.05%
G=37.62%
B=47.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481201510.680.2100.41198.0651.7639.02
Hex3078974415029c63427
Octal60170227104250513066447
Binary110000111100010010111100010010101010100111000110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307897; }

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

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

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

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

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

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

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

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