#2D4C64

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

Shades of Arapawa #2D4C64

Tints of Arapawa #2D4C64

Color information

#2D4C64 (or 0x2D4C64) is unknown color: approx Arapawa. HEX triplet: 2D, 4C and 64. RGB value is (45,76,100). Sum of RGB (Red+Green+Blue) = 45+76+100=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 100 - color contains mainly: blue. Hex color #2D4C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4C64 is #D2B39B. Grayscale: #454545. Windows color (decimal): -13808540 or 6573101. OLE color: 6573101.

HSL color Cylindrical-coordinate representation of color #2D4C64: hue angle of 206.18º 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 #2D4C64 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4576100-
CMYK0.550.2400.61
HSL206.18º37.93%28.43%-
HSV(B)206.18º55%39.22%-
XYZ5.976.6513.03-
YUV69.47145.23110.55-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.36%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 100 (39.45% from 255) = 45.25%
R=20.36%
G=34.39%
B=45.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal45761000.550.2400.61206.1837.9328.43
Hex2D4C64371803Dce261c
Octal5511414467300753164634
Binary101101100110011001001101111100001111011100111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,76,100); }

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

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

 a { background-color: rgb(45,76,100); }

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

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

 span { border-color: rgb(45,76,100); }

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