#2D668B

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

Shades of Astral #2D668B

Tints of Astral #2D668B

Color information

#2D668B (or 0x2D668B) is unknown color: approx Astral. HEX triplet: 2D, 66 and 8B. RGB value is (45,102,139). Sum of RGB (Red+Green+Blue) = 45+102+139=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D668B is #D29974. Grayscale: #585858. Windows color (decimal): -13801845 or 9135661. OLE color: 9135661.

HSL color Cylindrical-coordinate representation of color #2D668B: hue angle of 203.62º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D668B is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB45102139-
CMYK0.680.2700.45
HSL203.62º51.09%36.08%-
HSV(B)203.62º67.63%54.51%-
XYZ10.4911.9226.17-
YUV89.18156.1296.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.73%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=15.73%
G=35.66%
B=48.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal451021390.680.2700.45203.6251.0936.08
Hex2D668B441B02Dcc3324
Octal55146213104330553146344
Binary101101110011010001011100010011011010110111001100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D668B; }

 p { color: rgb(45,102,139); }

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

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

 a { background-color: rgb(45,102,139); }

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

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

 span { border-color: rgb(45,102,139); }

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