#2A5266

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

Shades of Arapawa #2A5266

Tints of Arapawa #2A5266

Color information

#2A5266 (or 0x2A5266) is unknown color: approx Arapawa. HEX triplet: 2A, 52 and 66. RGB value is (42,82,102). Sum of RGB (Red+Green+Blue) = 42+82+102=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #2A5266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5266 is #D5AD99. Grayscale: #484848. Windows color (decimal): -14003610 or 6705706. OLE color: 6705706.

HSL color Cylindrical-coordinate representation of color #2A5266: hue angle of 200º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A5266 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4282102-
CMYK0.590.2000.6
HSL200º41.67%28.24%-
HSV(B)200º58.82%40%-
XYZ6.377.4913.68-
YUV72.32144.75106.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.58%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 102 (40.23% from 255) = 45.13%
R=18.58%
G=36.28%
B=45.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal42821020.590.2000.620041.6728.24
Hex2A52663B1403Cc82a1c
Octal5212214673240743105234
Binary101010101001011001101110111010001111001100100010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,82,102); }

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

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

 a { background-color: rgb(42,82,102); }

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

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

 span { border-color: rgb(42,82,102); }

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