Html Css Color HEX #2A4863 Arapawa

📋 copy color: '#2A4863'

red 42 ◦ green 72 ◦ blue 99

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

Shades of Arapawa #2A4863

Tints of Arapawa #2A4863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.8%

 BLUE value IS 99 (39.06% from 255) = 46.48%

R = 19.72%
G = 33.8%
B = 46.48%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2A4863 (or 0x2A4863) is known color: Arapawa. HEX triplet: 2A, 48 and 63. RGB value is (42,72,99). Sum of RGB (Red+Green+Blue) = 42+72+99=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #2A4863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4863 is #D5B79C. Grayscale: #414141. Windows color (decimal): -14006173 or 6506538. OLE color: 6506538.

HSL color Cylindrical-coordinate representation of color #2A4863: hue angle of 208.42º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A4863 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 42 72 99 -
CMYK 0.58 0.27 0 0.61
HSL 208.42º 0.4% 0.28% -
HSV(B) 208.42º 0.58% 0.39% -
XYZ 5.52 6.03 12.68 -
YUV 66.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 42 72 99 0.58 0.27 0 0.61 208.42 0.4 0.28
Hex 2A 48 63 3A 1B 0 3D D0 28 1C
Octal 52 110 143 72 33 0 75 320 50 34
Binary 101010 1001000 1100011 111010 11011 0 111101 11010000 101000 11100

Color Harmonies of #2A4863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4863

Black with #2A4863

Text Example


Text Example

White with #2A4863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,72,99); }

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

background-color css

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

 a { background-color: rgb(42,72,99); }

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

border-color css

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

 span { border-color: rgb(42,72,99); }

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