#2B5060

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

Shades of Arapawa #2B5060

Tints of Arapawa #2B5060

Color information

#2B5060 (or 0x2B5060) is unknown color: approx Arapawa. HEX triplet: 2B, 50 and 60. RGB value is (43,80,96). Sum of RGB (Red+Green+Blue) = 43+80+96=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B5060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5060 is #D4AF9F. Grayscale: #464646. Windows color (decimal): -13938592 or 6311979. OLE color: 6311979.

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

Color convert

RGB438096-
CMYK0.550.1700.62
HSL198.11º38.13%27.25%-
HSV(B)198.11º55.21%37.65%-
XYZ5.987.112.12-
YUV70.76142.24108.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=19.63%
G=36.53%
B=43.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4380960.550.1700.62198.1138.1327.25
Hex2B5060371103Ec6261b
Octal5312014067210763064633
Binary101011101000011000001101111000101111101100011010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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