#2B6C88

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

Shades of Astral #2B6C88

Tints of Astral #2B6C88

Color information

#2B6C88 (or 0x2B6C88) is unknown color: approx Astral. HEX triplet: 2B, 6C and 88. RGB value is (43,108,136). Sum of RGB (Red+Green+Blue) = 43+108+136=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B6C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6C88 is #D49377. Grayscale: #5B5B5B. Windows color (decimal): -13931384 or 8940587. OLE color: 8940587.

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

Color convert

RGB43108136-
CMYK0.680.2100.47
HSL198.06º51.96%35.1%-
HSV(B)198.06º68.38%53.33%-
XYZ10.813.0225.24-
YUV91.76152.9793.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.98%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=14.98%
G=37.63%
B=47.39%

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
Decimal431081360.680.2100.47198.0651.9635.1
Hex2B6C88441502Fc63423
Octal53154210104250573066443
Binary101011110110010001000100010010101010111111000110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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