#2D555F

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

Shades of Arapawa #2D555F

Tints of Arapawa #2D555F

Color information

#2D555F (or 0x2D555F) is unknown color: approx Arapawa. HEX triplet: 2D, 55 and 5F. RGB value is (45,85,95). Sum of RGB (Red+Green+Blue) = 45+85+95=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #2D555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D555F is #D2AAA0. Grayscale: #4A4A4A. Windows color (decimal): -13806241 or 6247725. OLE color: 6247725.

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

Color convert

RGB458595-
CMYK0.530.1100.63
HSL192º35.71%27.45%-
HSV(B)192º52.63%37.25%-
XYZ6.47.8812.01-
YUV74.18139.75107.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=20%
G=37.78%
B=42.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4585950.530.1100.6319235.7127.45
Hex2D555F35B03Fc0241b
Octal5512513765130773004433
Binary10110110101011011111110101101101111111100000010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,85,95); }

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

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

 a { background-color: rgb(45,85,95); }

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

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

 span { border-color: rgb(45,85,95); }

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