#307B94

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

Shades of Astral #307B94

Tints of Astral #307B94

Color information

#307B94 (or 0x307B94) is unknown color: approx Astral. HEX triplet: 30, 7B and 94. RGB value is (48,123,148). Sum of RGB (Red+Green+Blue) = 48+123+148=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #307B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307B94 is #CF846B. Grayscale: #676767. Windows color (decimal): -13599852 or 9730864. OLE color: 9730864.

HSL color Cylindrical-coordinate representation of color #307B94: hue angle of 195º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307B94 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48123148-
CMYK0.680.1700.42
HSL195º51.02%38.43%-
HSV(B)195º67.57%58.04%-
XYZ13.6516.9330.57-
YUV103.42153.1588.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 123 (48.44% from 255) = 38.56%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=15.05%
G=38.56%
B=46.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481231480.680.1700.4219551.0238.43
Hex307B94441102Ac33326
Octal60173224104210523036346
Binary110000111101110010100100010010001010101011000011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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