#2A4C68

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

Shades of Arapawa #2A4C68

Tints of Arapawa #2A4C68

Color information

#2A4C68 (or 0x2A4C68) is unknown color: approx Arapawa. HEX triplet: 2A, 4C and 68. RGB value is (42,76,104). Sum of RGB (Red+Green+Blue) = 42+76+104=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A4C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4C68 is #D5B397. Grayscale: #444444. Windows color (decimal): -14005144 or 6835242. OLE color: 6835242.

HSL color Cylindrical-coordinate representation of color #2A4C68: hue angle of 207.1º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A4C68 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4276104-
CMYK0.600.2700.59
HSL207.1º42.47%28.63%-
HSV(B)207.1º59.62%40.78%-
XYZ6.046.6614.06-
YUV69.03147.74108.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=18.92%
G=34.23%
B=46.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42761040.600.2700.59207.142.4728.63
Hex2A4C683C1B03Bcf2a1d
Octal5211415074330733175235
Binary101010100110011010001111001101101110111100111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,76,104); }

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

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

 a { background-color: rgb(42,76,104); }

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

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

 span { border-color: rgb(42,76,104); }

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