#2D4E64

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

Shades of Arapawa #2D4E64

Tints of Arapawa #2D4E64

Color information

#2D4E64 (or 0x2D4E64) is unknown color: approx Arapawa. HEX triplet: 2D, 4E and 64. RGB value is (45,78,100). Sum of RGB (Red+Green+Blue) = 45+78+100=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #2D4E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4E64 is #D2B19B. Grayscale: #464646. Windows color (decimal): -13808028 or 6573613. OLE color: 6573613.

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

Color convert

RGB4578100-
CMYK0.550.2200.61
HSL204º37.93%28.43%-
HSV(B)204º55%39.22%-
XYZ6.116.9313.07-
YUV70.64144.57109.71-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.18%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=20.18%
G=34.98%
B=44.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal45781000.550.2200.6120437.9328.43
Hex2D4E64371603Dcc261c
Octal5511614467260753144634
Binary101101100111011001001101111011001111011100110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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