#2D6B8C

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

Shades of Astral #2D6B8C

Tints of Astral #2D6B8C

Color information

#2D6B8C (or 0x2D6B8C) is unknown color: approx Astral. HEX triplet: 2D, 6B and 8C. RGB value is (45,107,140). Sum of RGB (Red+Green+Blue) = 45+107+140=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D6B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6B8C is #D29473. Grayscale: #5C5C5C. Windows color (decimal): -13800564 or 9202477. OLE color: 9202477.

HSL color Cylindrical-coordinate representation of color #2D6B8C: hue angle of 200.84º 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 #2D6B8C is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB45107140-
CMYK0.680.2400.45
HSL200.84º51.35%36.27%-
HSV(B)200.84º67.86%54.9%-
XYZ11.0712.9726.73-
YUV92.22154.9694.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.41%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 140 (55.08% from 255) = 47.95%
R=15.41%
G=36.64%
B=47.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal451071400.680.2400.45200.8451.3536.27
Hex2D6B8C441802Dc93324
Octal55153214104300553116344
Binary101101110101110001100100010011000010110111001001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,107,140); }

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

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

 a { background-color: rgb(45,107,140); }

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

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

 span { border-color: rgb(45,107,140); }

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