#307B89

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

Shades of Astral #307B89

Tints of Astral #307B89

Color information

#307B89 (or 0x307B89) is unknown color: approx Astral. HEX triplet: 30, 7B and 89. RGB value is (48,123,137). Sum of RGB (Red+Green+Blue) = 48+123+137=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #307B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307B89 is #CF8476. Grayscale: #666666. Windows color (decimal): -13599863 or 9009968. OLE color: 9009968.

HSL color Cylindrical-coordinate representation of color #307B89: hue angle of 189.44º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #307B89 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48123137-
CMYK0.650.1000.46
HSL189.44º48.11%36.27%-
HSV(B)189.44º64.96%53.73%-
XYZ12.8216.626.2-
YUV102.17147.6589.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 123 (48.44% from 255) = 39.94%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=15.58%
G=39.94%
B=44.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481231370.650.1000.46189.4448.1136.27
Hex307B8941A02Ebd3024
Octal60173211101120562756044
Binary11000011110111000100110000011010010111010111101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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