#306685

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

Shades of Astral #306685

Tints of Astral #306685

Color information

#306685 (or 0x306685) is unknown color: approx Astral. HEX triplet: 30, 66 and 85. RGB value is (48,102,133). Sum of RGB (Red+Green+Blue) = 48+102+133=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #306685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306685 is #CF997A. Grayscale: #595959. Windows color (decimal): -13605243 or 8742448. OLE color: 8742448.

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

Color convert

RGB48102133-
CMYK0.640.2300.48
HSL201.88º46.96%35.49%-
HSV(B)201.88º63.91%52.16%-
XYZ10.211.8223.93-
YUV89.39152.6198.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=16.96%
G=36.04%
B=47.00%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481021330.640.2300.48201.8846.9635.49
Hex3066854017030ca2f23
Octal60146205100270603125743
Binary110000110011010000101100000010111011000011001010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306685; }

 p { color: rgb(48,102,133); }

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

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

 a { background-color: rgb(48,102,133); }

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

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

 span { border-color: rgb(48,102,133); }

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