Html Css Color HEX #2A4761 Arapawa

📋 copy color: '#2A4761'

red 42 ◦ green 71 ◦ blue 97

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

Shades of Arapawa #2A4761

Tints of Arapawa #2A4761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.81%

 BLUE value IS 97 (38.28% from 255) = 46.19%

R = 20%
G = 33.81%
B = 46.19%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2A4761 (or 0x2A4761) is known color: Arapawa. HEX triplet: 2A, 47 and 61. RGB value is (42,71,97). Sum of RGB (Red+Green+Blue) = 42+71+97=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A4761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4761 is #D5B89E. Grayscale: #414141. Windows color (decimal): -14006431 or 6375210. OLE color: 6375210.

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

Color convert

RGB 42 71 97 -
CMYK 0.57 0.27 0 0.62
HSL 208.36º 0.4% 0.27% -
HSV(B) 208.36º 0.57% 0.38% -
XYZ 5.37 5.86 12.16 -
YUV 65.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 42 71 97 0.57 0.27 0 0.62 208.36 0.4 0.27
Hex 2A 47 61 39 1B 0 3E D0 28 1B
Octal 52 107 141 71 33 0 76 320 50 33
Binary 101010 1000111 1100001 111001 11011 0 111110 11010000 101000 11011

Color Harmonies of #2A4761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4761

Black with #2A4761

Text Example


Text Example

White with #2A4761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,71,97); }

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

background-color css

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

 a { background-color: rgb(42,71,97); }

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

border-color css

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

 span { border-color: rgb(42,71,97); }

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