#306A8D

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

Shades of Astral #306A8D

Tints of Astral #306A8D

Color information

#306A8D (or 0x306A8D) is unknown color: approx Astral. HEX triplet: 30, 6A and 8D. RGB value is (48,106,141). Sum of RGB (Red+Green+Blue) = 48+106+141=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #306A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306A8D is #CF9572. Grayscale: #5C5C5C. Windows color (decimal): -13604211 or 9267760. OLE color: 9267760.

HSL color Cylindrical-coordinate representation of color #306A8D: hue angle of 202.58º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #306A8D is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB48106141-
CMYK0.660.2500.45
HSL202.58º49.21%37.06%-
HSV(B)202.58º65.96%55.29%-
XYZ11.1812.8627.09-
YUV92.65155.2896.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=16.27%
G=35.93%
B=47.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481061410.660.2500.45202.5849.2137.06
Hex306A8D421902Dcb3125
Octal60152215102310553136145
Binary110000110101010001101100001011001010110111001011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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