#2B5660

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

Shades of Arapawa #2B5660

Tints of Arapawa #2B5660

Color information

#2B5660 (or 0x2B5660) is unknown color: approx Arapawa. HEX triplet: 2B, 56 and 60. RGB value is (43,86,96). Sum of RGB (Red+Green+Blue) = 43+86+96=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B5660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5660 is #D4A99F. Grayscale: #4A4A4A. Windows color (decimal): -13937056 or 6313515. OLE color: 6313515.

HSL color Cylindrical-coordinate representation of color #2B5660: hue angle of 191.32º 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 #2B5660 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB438696-
CMYK0.550.1000.62
HSL191.32º38.13%27.25%-
HSV(B)191.32º55.21%37.65%-
XYZ6.448.0112.27-
YUV74.28140.25105.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=19.11%
G=38.22%
B=42.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4386960.550.1000.62191.3238.1327.25
Hex2B566037A03Ebf261b
Octal5312614067120762774633
Binary10101110101101100000110111101001111101011111110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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