#2B525F

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

Shades of Arapawa #2B525F

Tints of Arapawa #2B525F

Color information

#2B525F (or 0x2B525F) is unknown color: approx Arapawa. HEX triplet: 2B, 52 and 5F. RGB value is (43,82,95). Sum of RGB (Red+Green+Blue) = 43+82+95=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B525F is #D4ADA0. Grayscale: #474747. Windows color (decimal): -13938081 or 6246955. OLE color: 6246955.

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

Color convert

RGB438295-
CMYK0.550.1400.63
HSL195º37.68%27.06%-
HSV(B)195º54.74%37.25%-
XYZ6.087.3711.93-
YUV71.82141.08107.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=19.55%
G=37.27%
B=43.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4382950.550.1400.6319537.6827.06
Hex2B525F37E03Fc3261b
Octal5312213767160773034633
Binary10101110100101011111110111111001111111100001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,82,95); }

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

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

 a { background-color: rgb(43,82,95); }

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

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

 span { border-color: rgb(43,82,95); }

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