#306C8B

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

Shades of Astral #306C8B

Tints of Astral #306C8B

Color information

#306C8B (or 0x306C8B) is unknown color: approx Astral. HEX triplet: 30, 6C and 8B. RGB value is (48,108,139). Sum of RGB (Red+Green+Blue) = 48+108+139=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #306C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C8B is #CF9374. Grayscale: #5D5D5D. Windows color (decimal): -13603701 or 9137200. OLE color: 9137200.

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

Color convert

RGB48108139-
CMYK0.650.2200.45
HSL200.44º48.66%36.67%-
HSV(B)200.44º65.47%54.51%-
XYZ11.2413.2226.38-
YUV93.59153.6295.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.27%
GREEN value IS 108 (42.58% from 255) = 36.61%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=16.27%
G=36.61%
B=47.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481081390.650.2200.45200.4448.6636.67
Hex306C8B411602Dc83125
Octal60154213101260553106145
Binary110000110110010001011100000110110010110111001000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,108,139); }

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

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

 a { background-color: rgb(48,108,139); }

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

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

 span { border-color: rgb(48,108,139); }

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