#306C8C

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

Shades of Astral #306C8C

Tints of Astral #306C8C

Color information

#306C8C (or 0x306C8C) is unknown color: approx Astral. HEX triplet: 30, 6C and 8C. RGB value is (48,108,140). Sum of RGB (Red+Green+Blue) = 48+108+140=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #306C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C8C is #CF9373. Grayscale: #5D5D5D. Windows color (decimal): -13603700 or 9202736. OLE color: 9202736.

HSL color Cylindrical-coordinate representation of color #306C8C: hue angle of 200.87º 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 #306C8C is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB48108140-
CMYK0.660.2300.45
HSL200.87º48.94%36.86%-
HSV(B)200.87º65.71%54.9%-
XYZ11.3213.2526.77-
YUV93.71154.1295.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.22%
GREEN value IS 108 (42.58% from 255) = 36.49%
BLUE value IS 140 (55.08% from 255) = 47.30%
R=16.22%
G=36.49%
B=47.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481081400.660.2300.45200.8748.9436.86
Hex306C8C421702Dc93125
Octal60154214102270553116145
Binary110000110110010001100100001010111010110111001001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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