#2B5561

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

Shades of Arapawa #2B5561

Tints of Arapawa #2B5561

Color information

#2B5561 (or 0x2B5561) is unknown color: approx Arapawa. HEX triplet: 2B, 55 and 61. RGB value is (43,85,97). Sum of RGB (Red+Green+Blue) = 43+85+97=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #2B5561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5561 is #D4AA9E. Grayscale: #494949. Windows color (decimal): -13937311 or 6378795. OLE color: 6378795.

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

Color convert

RGB438597-
CMYK0.560.1200.62
HSL193.33º38.57%27.45%-
HSV(B)193.33º55.67%38.04%-
XYZ6.47.8712.49-
YUV73.81141.09106.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=19.11%
G=37.78%
B=43.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4385970.560.1200.62193.3338.5727.45
Hex2B556138C03Ec1271b
Octal5312514170140763014733
Binary10101110101011100001111000110001111101100000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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