#30668D

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

Shades of Astral #30668D

Tints of Astral #30668D

Color information

#30668D (or 0x30668D) is unknown color: approx Astral. HEX triplet: 30, 66 and 8D. RGB value is (48,102,141). Sum of RGB (Red+Green+Blue) = 48+102+141=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #30668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30668D is #CF9972. Grayscale: #5A5A5A. Windows color (decimal): -13605235 or 9266736. OLE color: 9266736.

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

Color convert

RGB48102141-
CMYK0.660.2800.45
HSL205.16º49.21%37.06%-
HSV(B)205.16º65.96%55.29%-
XYZ10.7812.0526.96-
YUV90.3156.6197.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 141 (55.47% from 255) = 48.45%
R=16.49%
G=35.05%
B=48.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481021410.660.2800.45205.1649.2137.06
Hex30668D421C02Dcd3125
Octal60146215102340553156145
Binary110000110011010001101100001011100010110111001101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30668D; }

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

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

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

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

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

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

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

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