#2D668A

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

Shades of Astral #2D668A

Tints of Astral #2D668A

Color information

#2D668A (or 0x2D668A) is unknown color: approx Astral. HEX triplet: 2D, 66 and 8A. RGB value is (45,102,138). Sum of RGB (Red+Green+Blue) = 45+102+138=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D668A is #D29975. Grayscale: #585858. Windows color (decimal): -13801846 or 9070125. OLE color: 9070125.

HSL color Cylindrical-coordinate representation of color #2D668A: hue angle of 203.23º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D668A is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB45102138-
CMYK0.670.2600.46
HSL203.23º50.82%35.88%-
HSV(B)203.23º67.39%54.12%-
XYZ10.4211.925.79-
YUV89.06155.6296.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=15.79%
G=35.79%
B=48.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal451021380.670.2600.46203.2350.8235.88
Hex2D668A431A02Ecb3324
Octal55146212103320563136344
Binary101101110011010001010100001111010010111011001011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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