#2B6B88

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

Shades of Astral #2B6B88

Tints of Astral #2B6B88

Color information

#2B6B88 (or 0x2B6B88) is unknown color: approx Astral. HEX triplet: 2B, 6B and 88. RGB value is (43,107,136). Sum of RGB (Red+Green+Blue) = 43+107+136=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B6B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6B88 is #D49477. Grayscale: #5A5A5A. Windows color (decimal): -13931640 or 8940331. OLE color: 8940331.

HSL color Cylindrical-coordinate representation of color #2B6B88: hue angle of 198.71º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B6B88 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB43107136-
CMYK0.680.2100.47
HSL198.71º51.96%35.1%-
HSV(B)198.71º68.38%53.33%-
XYZ10.712.8125.2-
YUV91.17153.393.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 107 (42.19% from 255) = 37.41%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=15.03%
G=37.41%
B=47.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal431071360.680.2100.47198.7151.9635.1
Hex2B6B88441502Fc73423
Octal53153210104250573076443
Binary101011110101110001000100010010101010111111000111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,107,136); }

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

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

 a { background-color: rgb(43,107,136); }

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

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

 span { border-color: rgb(43,107,136); }

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