#2D5463

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

Shades of Arapawa #2D5463

Tints of Arapawa #2D5463

Color information

#2D5463 (or 0x2D5463) is unknown color: approx Arapawa. HEX triplet: 2D, 54 and 63. RGB value is (45,84,99). Sum of RGB (Red+Green+Blue) = 45+84+99=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D5463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5463 is #D2AB9C. Grayscale: #494949. Windows color (decimal): -13806493 or 6509613. OLE color: 6509613.

HSL color Cylindrical-coordinate representation of color #2D5463: hue angle of 196.67º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D5463 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB458499-
CMYK0.550.1500.61
HSL196.67º37.5%28.24%-
HSV(B)196.67º54.55%38.82%-
XYZ6.57.812.97-
YUV74.05142.08107.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.74%
GREEN value IS 84 (33.20% from 255) = 36.84%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=19.74%
G=36.84%
B=43.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4584990.550.1500.61196.6737.528.24
Hex2D546337F03Dc5261c
Octal5512414367170753054634
Binary10110110101001100011110111111101111011100010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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