#2E525C

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

Shades of Arapawa #2E525C

Tints of Arapawa #2E525C

Color information

#2E525C (or 0x2E525C) is unknown color: approx Arapawa. HEX triplet: 2E, 52 and 5C. RGB value is (46,82,92). Sum of RGB (Red+Green+Blue) = 46+82+92=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E525C is #D1ADA3. Grayscale: #484848. Windows color (decimal): -13741476 or 6050350. OLE color: 6050350.

HSL color Cylindrical-coordinate representation of color #2E525C: hue angle of 193.04º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E525C is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB468292-
CMYK0.500.1100.64
HSL193.04º33.33%27.06%-
HSV(B)193.04º50%36.08%-
XYZ6.087.3911.23-
YUV72.38139.07109.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.91%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=20.91%
G=37.27%
B=41.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4682920.500.1100.64193.0433.3327.06
Hex2E525C32B040c1211b
Octal56122134621301003014133
Binary101110101001010111001100101011010000001100000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,82,92); }

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

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

 a { background-color: rgb(46,82,92); }

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

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

 span { border-color: rgb(46,82,92); }

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