#306988

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

Shades of Astral #306988

Tints of Astral #306988

Color information

#306988 (or 0x306988) is unknown color: approx Astral. HEX triplet: 30, 69 and 88. RGB value is (48,105,136). Sum of RGB (Red+Green+Blue) = 48+105+136=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #306988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306988 is #CF9677. Grayscale: #5B5B5B. Windows color (decimal): -13604472 or 8939824. OLE color: 8939824.

HSL color Cylindrical-coordinate representation of color #306988: hue angle of 201.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #306988 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB48105136-
CMYK0.650.2300.47
HSL201.14º47.83%36.08%-
HSV(B)201.14º64.71%53.33%-
XYZ10.7112.5125.14-
YUV91.49153.1296.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=16.61%
G=36.33%
B=47.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal481051360.650.2300.47201.1447.8336.08
Hex306988411702Fc93024
Octal60151210101270573116044
Binary110000110100110001000100000110111010111111001001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306988; }

 p { color: rgb(48,105,136); }

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

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

 a { background-color: rgb(48,105,136); }

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

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

 span { border-color: rgb(48,105,136); }

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