#2B6684

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

Shades of Astral #2B6684

Tints of Astral #2B6684

Color information

#2B6684 (or 0x2B6684) is unknown color: approx Astral. HEX triplet: 2B, 66 and 84. RGB value is (43,102,132). Sum of RGB (Red+Green+Blue) = 43+102+132=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B6684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6684 is #D4997B. Grayscale: #575757. Windows color (decimal): -13932924 or 8676907. OLE color: 8676907.

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

Color convert

RGB43102132-
CMYK0.670.2300.48
HSL200.22º50.86%34.31%-
HSV(B)200.22º67.42%51.76%-
XYZ9.9111.6823.56-
YUV87.78152.9596.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.52%
GREEN value IS 102 (40.23% from 255) = 36.82%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=15.52%
G=36.82%
B=47.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431021320.670.2300.48200.2250.8634.31
Hex2B66844317030c83322
Octal53146204103270603106342
Binary101011110011010000100100001110111011000011001000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,102,132); }

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

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

 a { background-color: rgb(43,102,132); }

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

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

 span { border-color: rgb(43,102,132); }

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