#306A90

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

Shades of Astral #306A90

Tints of Astral #306A90

Color information

#306A90 (or 0x306A90) is unknown color: approx Astral. HEX triplet: 30, 6A and 90. RGB value is (48,106,144). Sum of RGB (Red+Green+Blue) = 48+106+144=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #306A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306A90 is #CF956F. Grayscale: #5C5C5C. Windows color (decimal): -13604208 or 9464368. OLE color: 9464368.

HSL color Cylindrical-coordinate representation of color #306A90: hue angle of 203.75º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306A90 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB48106144-
CMYK0.670.2600.44
HSL203.75º50%37.65%-
HSV(B)203.75º66.67%56.47%-
XYZ11.4112.9528.28-
YUV92.99156.7895.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.11%
GREEN value IS 106 (41.80% from 255) = 35.57%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=16.11%
G=35.57%
B=48.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481061440.670.2600.44203.755037.65
Hex306A90431A02Ccc3226
Octal60152220103320543146246
Binary110000110101010010000100001111010010110011001100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306A90; }

 p { color: rgb(48,106,144); }

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

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

 a { background-color: rgb(48,106,144); }

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

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

 span { border-color: rgb(48,106,144); }

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