#2D6F8A

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

Shades of Astral #2D6F8A

Tints of Astral #2D6F8A

Color information

#2D6F8A (or 0x2D6F8A) is unknown color: approx Astral. HEX triplet: 2D, 6F and 8A. RGB value is (45,111,138). Sum of RGB (Red+Green+Blue) = 45+111+138=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #2D6F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D6F8A is #D29075. Grayscale: #5E5E5E. Windows color (decimal): -13799542 or 9072429. OLE color: 9072429.

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

Color convert

RGB45111138-
CMYK0.670.2000.46
HSL197.42º50.82%35.88%-
HSV(B)197.42º67.39%54.12%-
XYZ11.3513.7626.1-
YUV94.34152.6392.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.31%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=15.31%
G=37.76%
B=46.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal451111380.670.2000.46197.4250.8235.88
Hex2D6F8A431402Ec53324
Octal55157212103240563056344
Binary101101110111110001010100001110100010111011000101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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