#2B6885

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

Shades of Astral #2B6885

Tints of Astral #2B6885

Color information

#2B6885 (or 0x2B6885) is unknown color: approx Astral. HEX triplet: 2B, 68 and 85. RGB value is (43,104,133). Sum of RGB (Red+Green+Blue) = 43+104+133=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B6885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6885 is #D4977A. Grayscale: #585858. Windows color (decimal): -13932411 or 8742955. OLE color: 8742955.

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

Color convert

RGB43104133-
CMYK0.680.2200.48
HSL199.33º51.14%34.51%-
HSV(B)199.33º67.67%52.16%-
XYZ10.1812.1123.99-
YUV89.07152.7995.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.36%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=15.36%
G=37.14%
B=47.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431041330.680.2200.48199.3351.1434.51
Hex2B68854416030c73323
Octal53150205104260603076343
Binary101011110100010000101100010010110011000011000111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,104,133); }

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

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

 a { background-color: rgb(43,104,133); }

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

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

 span { border-color: rgb(43,104,133); }

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