#2D475F

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

Shades of Arapawa #2D475F

Tints of Arapawa #2D475F

Color information

#2D475F (or 0x2D475F) is unknown color: approx Arapawa. HEX triplet: 2D, 47 and 5F. RGB value is (45,71,95). Sum of RGB (Red+Green+Blue) = 45+71+95=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #2D475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D475F is #D2B8A0. Grayscale: #414141. Windows color (decimal): -13809825 or 6244141. OLE color: 6244141.

HSL color Cylindrical-coordinate representation of color #2D475F: hue angle of 208.8º 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 #2D475F is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB457195-
CMYK0.530.2500.63
HSL208.8º35.71%27.45%-
HSV(B)208.8º52.63%37.25%-
XYZ5.45.8911.68-
YUV65.96144.39113.05-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.33%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=21.33%
G=33.65%
B=45.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4571950.530.2500.63208.835.7127.45
Hex2D475F351903Fd1241b
Octal5510713765310773214433
Binary101101100011110111111101011100101111111101000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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