#2c6b8e

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

Shades of Astral #2C6B8E

Tints of Astral #2C6B8E

Color information

#2C6B8E (or 0x2C6B8E) is unknown color: approx Astral. HEX triplet: 2C, 6B and 8E. RGB value is (44,107,142). Sum of RGB (Red+Green+Blue) = 44+107+142=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C6B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C6B8E is #D39471. Grayscale: #5B5B5B. Windows color (decimal): -13866098 or 9333548. OLE color: 9333548.

HSL color Cylindrical-coordinate representation of color #2C6B8E: hue angle of 201.43º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C6B8E is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB44107142-
CMYK0.690.2500.44
HSL201.43º52.69%36.47%-
HSV(B)201.43º69.01%55.69%-
XYZ11.181327.51-
YUV92.15156.1393.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.02%
GREEN value IS 107 (42.19% from 255) = 36.52%
BLUE value IS 142 (55.86% from 255) = 48.46%
R=15.02%
G=36.52%
B=48.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal441071420.690.2500.44201.4352.6936.47
Hex2C6B8E451902Cc93524
Octal54153216105310543116544
Binary101100110101110001110100010111001010110011001001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c6b8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,107,142); }

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

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

 a { background-color: rgb(44,107,142); }

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

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

 span { border-color: rgb(44,107,142); }

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