#2D6C8A

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

Shades of Astral #2D6C8A

Tints of Astral #2D6C8A

Color information

#2D6C8A (or 0x2D6C8A) is unknown color: approx Astral. HEX triplet: 2D, 6C and 8A. RGB value is (45,108,138). Sum of RGB (Red+Green+Blue) = 45+108+138=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D6C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6C8A is #D29375. Grayscale: #5C5C5C. Windows color (decimal): -13800310 or 9071661. OLE color: 9071661.

HSL color Cylindrical-coordinate representation of color #2D6C8A: hue angle of 199.35º 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 #2D6C8A is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB45108138-
CMYK0.670.2200.46
HSL199.35º50.82%35.88%-
HSV(B)199.35º67.39%54.12%-
XYZ11.0313.1226-
YUV92.58153.6394.06-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.46%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=15.46%
G=37.11%
B=47.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal451081380.670.2200.46199.3550.8235.88
Hex2D6C8A431602Ec73324
Octal55154212103260563076344
Binary101101110110010001010100001110110010111011000111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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