#2A5363

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

Shades of Arapawa #2A5363

Tints of Arapawa #2A5363

Color information

#2A5363 (or 0x2A5363) is unknown color: approx Arapawa. HEX triplet: 2A, 53 and 63. RGB value is (42,83,99). Sum of RGB (Red+Green+Blue) = 42+83+99=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #2A5363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5363 is #D5AC9C. Grayscale: #484848. Windows color (decimal): -14003357 or 6509354. OLE color: 6509354.

HSL color Cylindrical-coordinate representation of color #2A5363: hue angle of 196.84º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A5363 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB428399-
CMYK0.580.1600.61
HSL196.84º40.43%27.65%-
HSV(B)196.84º57.58%38.82%-
XYZ6.37.5812.94-
YUV72.56142.92106.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.75%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=18.75%
G=37.05%
B=44.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4283990.580.1600.61196.8440.4327.65
Hex2A53633A1003Dc5281c
Octal5212314372200753055034
Binary101010101001111000111110101000001111011100010110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,83,99); }

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

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

 a { background-color: rgb(42,83,99); }

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

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

 span { border-color: rgb(42,83,99); }

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