#2A4658

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

Shades of Arapawa #2A4658

Tints of Arapawa #2A4658

Color information

#2A4658 (or 0x2A4658) is unknown color: approx Arapawa. HEX triplet: 2A, 46 and 58. RGB value is (42,70,88). Sum of RGB (Red+Green+Blue) = 42+70+88=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 88 - color contains mainly: blue. Hex color #2A4658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4658 is #D5B9A7. Grayscale: #3F3F3F. Windows color (decimal): -14006696 or 5785130. OLE color: 5785130.

HSL color Cylindrical-coordinate representation of color #2A4658: hue angle of 203.48º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A4658 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB427088-
CMYK0.520.2000.65
HSL203.48º35.38%25.49%-
HSV(B)203.48º52.27%34.51%-
XYZ4.915.5810.05-
YUV63.68141.72112.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 88 (34.77% from 255) = 44%
R=21%
G=35%
B=44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4270880.520.2000.65203.4835.3825.49
Hex2A46583414041cb2319
Octal52106130642401013134331
Binary1010101000110101100011010010100010000011100101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,70,88); }

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

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

 a { background-color: rgb(42,70,88); }

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

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

 span { border-color: rgb(42,70,88); }

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