#306883

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

Shades of Astral #306883

Tints of Astral #306883

Color information

#306883 (or 0x306883) is unknown color: approx Astral. HEX triplet: 30, 68 and 83. RGB value is (48,104,131). Sum of RGB (Red+Green+Blue) = 48+104+131=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #306883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306883 is #CF977C. Grayscale: #5A5A5A. Windows color (decimal): -13604733 or 8611888. OLE color: 8611888.

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

Color convert

RGB48104131-
CMYK0.630.2100.49
HSL199.52º46.37%35.1%-
HSV(B)199.52º63.36%51.37%-
XYZ10.2712.1723.28-
YUV90.33150.9597.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 131 (51.56% from 255) = 46.29%
R=16.96%
G=36.75%
B=46.29%

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
Decimal481041310.630.2100.49199.5246.3735.1
Hex3068833F15031c82e23
Octal6015020377250613105643
Binary11000011010001000001111111110101011000111001000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306883; }

 p { color: rgb(48,104,131); }

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

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

 a { background-color: rgb(48,104,131); }

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

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

 span { border-color: rgb(48,104,131); }

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