#307B91

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

Shades of Astral #307B91

Tints of Astral #307B91

Color information

#307B91 (or 0x307B91) is unknown color: approx Astral. HEX triplet: 30, 7B and 91. RGB value is (48,123,145). Sum of RGB (Red+Green+Blue) = 48+123+145=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #307B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307B91 is #CF846E. Grayscale: #666666. Windows color (decimal): -13599855 or 9534256. OLE color: 9534256.

HSL color Cylindrical-coordinate representation of color #307B91: hue angle of 193.61º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307B91 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB48123145-
CMYK0.670.1500.43
HSL193.61º50.26%37.84%-
HSV(B)193.61º66.9%56.86%-
XYZ13.4116.8429.33-
YUV103.08151.6588.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 123 (48.44% from 255) = 38.92%
BLUE value IS 145 (57.03% from 255) = 45.89%
R=15.19%
G=38.92%
B=45.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481231450.670.1500.43193.6150.2637.84
Hex307B9143F02Bc23226
Octal60173221103170533026246
Binary11000011110111001000110000111111010101111000010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307B91; }

 p { color: rgb(48,123,145); }

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

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

 a { background-color: rgb(48,123,145); }

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

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

 span { border-color: rgb(48,123,145); }

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