#2B5560

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

Shades of Arapawa #2B5560

Tints of Arapawa #2B5560

Color information

#2B5560 (or 0x2B5560) is unknown color: approx Arapawa. HEX triplet: 2B, 55 and 60. RGB value is (43,85,96). Sum of RGB (Red+Green+Blue) = 43+85+96=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B5560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5560 is #D4AA9F. Grayscale: #494949. Windows color (decimal): -13937312 or 6313259. OLE color: 6313259.

HSL color Cylindrical-coordinate representation of color #2B5560: hue angle of 192.45º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5560 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB438596-
CMYK0.550.1100.62
HSL192.45º38.13%27.25%-
HSV(B)192.45º55.21%37.65%-
XYZ6.367.8612.25-
YUV73.7140.59106.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.20%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=19.20%
G=37.95%
B=42.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4385960.550.1100.62192.4538.1327.25
Hex2B556037B03Ec0261b
Octal5312514067130763004633
Binary10101110101011100000110111101101111101100000010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,85,96); }

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

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

 a { background-color: rgb(43,85,96); }

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

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

 span { border-color: rgb(43,85,96); }

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