#306581

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

Shades of Astral #306581

Tints of Astral #306581

Color information

#306581 (or 0x306581) is unknown color: approx Astral. HEX triplet: 30, 65 and 81. RGB value is (48,101,129). Sum of RGB (Red+Green+Blue) = 48+101+129=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #306581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306581 is #CF9A7E. Grayscale: #585858. Windows color (decimal): -13605503 or 8480048. OLE color: 8480048.

HSL color Cylindrical-coordinate representation of color #306581: hue angle of 200.74º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306581 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB48101129-
CMYK0.630.2200.49
HSL200.74º45.76%34.71%-
HSV(B)200.74º62.79%50.59%-
XYZ9.8411.5222.47-
YUV88.34150.9499.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 129 (50.78% from 255) = 46.40%
R=17.27%
G=36.33%
B=46.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481011290.630.2200.49200.7445.7634.71
Hex3065813F16031c92e23
Octal6014520177260613115643
Binary11000011001011000000111111110110011000111001001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306581; }

 p { color: rgb(48,101,129); }

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

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

 a { background-color: rgb(48,101,129); }

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

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

 span { border-color: rgb(48,101,129); }

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