#2A555F

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

Shades of Arapawa #2A555F

Tints of Arapawa #2A555F

Color information

#2A555F (or 0x2A555F) is unknown color: approx Arapawa. HEX triplet: 2A, 55 and 5F. RGB value is (42,85,95). Sum of RGB (Red+Green+Blue) = 42+85+95=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #2A555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A555F is #D5AAA0. Grayscale: #494949. Windows color (decimal): -14002849 or 6247722. OLE color: 6247722.

HSL color Cylindrical-coordinate representation of color #2A555F: hue angle of 191.32º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A555F is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB428595-
CMYK0.560.1100.63
HSL191.32º38.69%26.86%-
HSV(B)191.32º55.79%37.25%-
XYZ6.277.8212-
YUV73.28140.25105.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=18.92%
G=38.29%
B=42.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4285950.560.1100.63191.3238.6926.86
Hex2A555F38B03Fbf271b
Octal5212513770130772774733
Binary10101010101011011111111000101101111111011111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,85,95); }

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

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

 a { background-color: rgb(42,85,95); }

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

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

 span { border-color: rgb(42,85,95); }

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