#306782

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

Shades of Astral #306782

Tints of Astral #306782

Color information

#306782 (or 0x306782) is unknown color: approx Astral. HEX triplet: 30, 67 and 82. RGB value is (48,103,130). Sum of RGB (Red+Green+Blue) = 48+103+130=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #306782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306782 is #CF987D. Grayscale: #595959. Windows color (decimal): -13604990 or 8546096. OLE color: 8546096.

HSL color Cylindrical-coordinate representation of color #306782: hue angle of 199.76º 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 #306782 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB48103130-
CMYK0.630.2100.49
HSL199.76º46.07%34.9%-
HSV(B)199.76º63.08%50.98%-
XYZ10.111.9422.89-
YUV89.63150.7898.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=17.08%
G=36.65%
B=46.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481031300.630.2100.49199.7646.0734.9
Hex3067823F15031c82e23
Octal6014720277250613105643
Binary11000011001111000001011111110101011000111001000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306782; }

 p { color: rgb(48,103,130); }

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

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

 a { background-color: rgb(48,103,130); }

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

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

 span { border-color: rgb(48,103,130); }

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