#2D5460

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

Shades of Arapawa #2D5460

Tints of Arapawa #2D5460

Color information

#2D5460 (or 0x2D5460) is unknown color: approx Arapawa. HEX triplet: 2D, 54 and 60. RGB value is (45,84,96). Sum of RGB (Red+Green+Blue) = 45+84+96=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #2D5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5460 is #D2AB9F. Grayscale: #494949. Windows color (decimal): -13806496 or 6313005. OLE color: 6313005.

HSL color Cylindrical-coordinate representation of color #2D5460: hue angle of 194.12º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D5460 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB458496-
CMYK0.530.1200.62
HSL194.12º36.17%27.65%-
HSV(B)194.12º53.12%37.65%-
XYZ6.367.7412.23-
YUV73.71140.58107.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=20%
G=37.33%
B=42.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4584960.530.1200.62194.1236.1727.65
Hex2D546035C03Ec2241c
Octal5512414065140763024434
Binary10110110101001100000110101110001111101100001010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,84,96); }

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

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

 a { background-color: rgb(45,84,96); }

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

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

 span { border-color: rgb(45,84,96); }

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