Html Css Color HEX #2A5462 Arapawa

📋 copy color: '#2A5462'

red 42 ◦ green 84 ◦ blue 98

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

Shades of Arapawa #2A5462

Tints of Arapawa #2A5462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.5%

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

R = 18.75%
G = 37.5%
B = 43.75%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2A5462 (or 0x2A5462) is known color: Arapawa. HEX triplet: 2A, 54 and 62. RGB value is (42,84,98). Sum of RGB (Red+Green+Blue) = 42+84+98=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #2A5462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5462 is #D5AB9D. Grayscale: #484848. Windows color (decimal): -14003102 or 6444074. OLE color: 6444074.

HSL color Cylindrical-coordinate representation of color #2A5462: hue angle of 195º 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 #2A5462 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 84 98 -
CMYK 0.57 0.14 0 0.62
HSL 195º 0.4% 0.27% -
HSV(B) 195º 0.57% 0.38% -
XYZ 6.33 7.71 12.71 -
YUV 73.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 42 84 98 0.57 0.14 0 0.62 195 0.4 0.27
Hex 2A 54 62 39 E 0 3E C3 28 1B
Octal 52 124 142 71 16 0 76 303 50 33
Binary 101010 1010100 1100010 111001 1110 0 111110 11000011 101000 11011

Color Harmonies of #2A5462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5462

Black with #2A5462

Text Example


Text Example

White with #2A5462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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