#306f8a

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

Shades of Astral #306F8A

Tints of Astral #306F8A

Color information

#306F8A (or 0x306F8A) is unknown color: approx Astral. HEX triplet: 30, 6F and 8A. RGB value is (48,111,138). Sum of RGB (Red+Green+Blue) = 48+111+138=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #306F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306F8A is #CF9075. Grayscale: #5F5F5F. Windows color (decimal): -13602934 or 9072432. OLE color: 9072432.

HSL color Cylindrical-coordinate representation of color #306F8A: hue angle of 198º 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 #306F8A is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48111138-
CMYK0.650.2000.46
HSL198º48.39%36.47%-
HSV(B)198º65.22%54.12%-
XYZ11.4913.8326.11-
YUV95.24152.1394.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=16.16%
G=37.37%
B=46.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481111380.650.2000.4619848.3936.47
Hex306F8A411402Ec63024
Octal60157212101240563066044
Binary110000110111110001010100000110100010111011000110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306f8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,111,138); }

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

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

 a { background-color: rgb(48,111,138); }

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

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

 span { border-color: rgb(48,111,138); }

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