#2D4756

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

Shades of Arapawa #2D4756

Tints of Arapawa #2D4756

Color information

#2D4756 (or 0x2D4756) is unknown color: approx Arapawa. HEX triplet: 2D, 47 and 56. RGB value is (45,71,86). Sum of RGB (Red+Green+Blue) = 45+71+86=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 86 - color contains mainly: blue. Hex color #2D4756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4756 is #D2B8A9. Grayscale: #404040. Windows color (decimal): -13809834 or 5654317. OLE color: 5654317.

HSL color Cylindrical-coordinate representation of color #2D4756: hue angle of 201.95º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D4756 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB457186-
CMYK0.480.1700.66
HSL201.95º31.3%25.69%-
HSV(B)201.95º47.67%33.73%-
XYZ5.025.749.65-
YUV64.94139.89113.78-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.28%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 86 (33.98% from 255) = 42.57%
R=22.28%
G=35.15%
B=42.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4571860.480.1700.66201.9531.325.69
Hex2D47563011042ca1f1a
Octal55107126602101023123732
Binary101101100011110101101100001000101000010110010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,71,86); }

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

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

 a { background-color: rgb(45,71,86); }

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

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

 span { border-color: rgb(45,71,86); }

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