#2D525E

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

Shades of Arapawa #2D525E

Tints of Arapawa #2D525E

Color information

#2D525E (or 0x2D525E) is unknown color: approx Arapawa. HEX triplet: 2D, 52 and 5E. RGB value is (45,82,94). Sum of RGB (Red+Green+Blue) = 45+82+94=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #2D525E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D525E is #D2ADA1. Grayscale: #484848. Windows color (decimal): -13807010 or 6181421. OLE color: 6181421.

HSL color Cylindrical-coordinate representation of color #2D525E: hue angle of 194.69º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D525E is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB458294-
CMYK0.520.1300.63
HSL194.69º35.25%27.25%-
HSV(B)194.69º52.13%36.86%-
XYZ6.127.411.7-
YUV72.31140.24108.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.36%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=20.36%
G=37.10%
B=42.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4582940.520.1300.63194.6935.2527.25
Hex2D525E34D03Fc3231b
Octal5512213664150773034333
Binary10110110100101011110110100110101111111100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,82,94); }

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

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

 a { background-color: rgb(45,82,94); }

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

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

 span { border-color: rgb(45,82,94); }

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