Html Css Color HEX #294860 Arapawa

📋 copy color: '#294860'

red 41 ◦ green 72 ◦ blue 96

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

Shades of Arapawa #294860

Tints of Arapawa #294860

RGB

 RED value IS 41 (16.41% from 255) = 19.62%

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

 BLUE value IS 96 (37.89% from 255) = 45.93%

R = 19.62%
G = 34.45%
B = 45.93%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294860 (or 0x294860) is known color: Arapawa. HEX triplet: 29, 48 and 60. RGB value is (41,72,96). Sum of RGB (Red+Green+Blue) = 41+72+96=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #294860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294860 is #D6B79F. Grayscale: #414141. Windows color (decimal): -14071712 or 6309929. OLE color: 6309929.

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

Color convert

RGB 41 72 96 -
CMYK 0.57 0.25 0 0.62
HSL 206.18º 0.4% 0.27% -
HSV(B) 206.18º 0.57% 0.38% -
XYZ 5.34 5.95 11.93 -
YUV 65.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 41 72 96 0.57 0.25 0 0.62 206.18 0.4 0.27
Hex 29 48 60 39 19 0 3E CE 28 1B
Octal 51 110 140 71 31 0 76 316 50 33
Binary 101001 1001000 1100000 111001 11001 0 111110 11001110 101000 11011

Color Harmonies of #294860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294860

Black with #294860

Text Example


Text Example

White with #294860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294860; }

 p { color: rgb(41,72,96); }

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

background-color css

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

 a { background-color: rgb(41,72,96); }

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

border-color css

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

 span { border-color: rgb(41,72,96); }

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