#2D495B

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

Shades of Arapawa #2D495B

Tints of Arapawa #2D495B

Color information

#2D495B (or 0x2D495B) is unknown color: approx Arapawa. HEX triplet: 2D, 49 and 5B. RGB value is (45,73,91). Sum of RGB (Red+Green+Blue) = 45+73+91=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D495B is #D2B6A4. Grayscale: #424242. Windows color (decimal): -13809317 or 5982509. OLE color: 5982509.

HSL color Cylindrical-coordinate representation of color #2D495B: hue angle of 203.48º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D495B is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB457391-
CMYK0.510.2000.64
HSL203.48º33.82%26.67%-
HSV(B)203.48º50.55%35.69%-
XYZ5.356.0810.79-
YUV66.68141.72112.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.53%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=21.53%
G=34.93%
B=43.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4573910.510.2000.64203.4833.8226.67
Hex2D495B3314040cb221b
Octal55111133632401003134233
Binary1011011001001101101111001110100010000001100101110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,73,91); }

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

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

 a { background-color: rgb(45,73,91); }

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

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

 span { border-color: rgb(45,73,91); }

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