#2D5461

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

Shades of Arapawa #2D5461

Tints of Arapawa #2D5461

Color information

#2D5461 (or 0x2D5461) is unknown color: approx Arapawa. HEX triplet: 2D, 54 and 61. RGB value is (45,84,97). Sum of RGB (Red+Green+Blue) = 45+84+97=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #2D5461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5461 is #D2AB9E. Grayscale: #494949. Windows color (decimal): -13806495 or 6378541. OLE color: 6378541.

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

Color convert

RGB458497-
CMYK0.540.1300.62
HSL195º36.62%27.84%-
HSV(B)195º53.61%38.04%-
XYZ6.417.7612.47-
YUV73.82141.08107.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.91%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=19.91%
G=37.17%
B=42.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4584970.540.1300.6219536.6227.84
Hex2D546136D03Ec3251c
Octal5512414166150763034534
Binary10110110101001100001110110110101111101100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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