#2D4758

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

Shades of Arapawa #2D4758

Tints of Arapawa #2D4758

Color information

#2D4758 (or 0x2D4758) is unknown color: approx Arapawa. HEX triplet: 2D, 47 and 58. RGB value is (45,71,88). Sum of RGB (Red+Green+Blue) = 45+71+88=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #2D4758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4758 is #D2B8A7. Grayscale: #414141. Windows color (decimal): -13809832 or 5785389. OLE color: 5785389.

HSL color Cylindrical-coordinate representation of color #2D4758: hue angle of 203.72º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D4758 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB457188-
CMYK0.490.1900.65
HSL203.72º32.33%26.08%-
HSV(B)203.72º48.86%34.51%-
XYZ5.15.7710.08-
YUV65.16140.89113.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.06%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 88 (34.77% from 255) = 43.14%
R=22.06%
G=34.80%
B=43.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4571880.490.1900.65203.7232.3326.08
Hex2D47583113041cc201a
Octal55107130612301013144032
Binary1011011000111101100011000110011010000011100110010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,71,88); }

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

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

 a { background-color: rgb(45,71,88); }

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

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

 span { border-color: rgb(45,71,88); }

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