Html Css Color HEX #2A5562 Arapawa

📋 copy color: '#2A5562'

red 42 ◦ green 85 ◦ blue 98

#2A5562
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #2A5562

Tints of Arapawa #2A5562

RGB

 RED value IS 42 (16.8% from 255) = 18.67%

 GREEN value IS 85 (33.59% from 255) = 37.78%

 BLUE value IS 98 (38.67% from 255) = 43.56%

R = 18.67%
G = 37.78%
B = 43.56%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2A5562 (or 0x2A5562) is known color: Arapawa. HEX triplet: 2A, 55 and 62. RGB value is (42,85,98). Sum of RGB (Red+Green+Blue) = 42+85+98=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #2A5562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5562 is #D5AA9D. Grayscale: #494949. Windows color (decimal): -14002846 or 6444330. OLE color: 6444330.

HSL color Cylindrical-coordinate representation of color #2A5562: hue angle of 193.93º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A5562 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 85 98 -
CMYK 0.57 0.13 0 0.62
HSL 193.93º 0.4% 0.27% -
HSV(B) 193.93º 0.57% 0.38% -
XYZ 6.41 7.87 12.74 -
YUV 73.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 42 85 98 0.57 0.13 0 0.62 193.93 0.4 0.27
Hex 2A 55 62 39 D 0 3E C2 28 1B
Octal 52 125 142 71 15 0 76 302 50 33
Binary 101010 1010101 1100010 111001 1101 0 111110 11000010 101000 11011

Color Harmonies of #2A5562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5562

Black with #2A5562

Text Example


Text Example

White with #2A5562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A5562;
 }
 .AnyTagClassName
 {
   color: #2A5562;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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