Html Css Color HEX #294764 Arapawa

📋 copy color: '#294764'

red 41 ◦ green 71 ◦ blue 100

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

Shades of Arapawa #294764

Tints of Arapawa #294764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 47.17%

R = 19.34%
G = 33.49%
B = 47.17%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#294764 (or 0x294764) is known color: Arapawa. HEX triplet: 29, 47 and 64. RGB value is (41,71,100). Sum of RGB (Red+Green+Blue) = 41+71+100=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #294764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294764 is #D6B89B. Grayscale: #414141. Windows color (decimal): -14071964 or 6571817. OLE color: 6571817.

HSL color Cylindrical-coordinate representation of color #294764: hue angle of 209.49º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #294764 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 71 100 -
CMYK 0.59 0.29 0 0.61
HSL 209.49º 0.42% 0.28% -
HSV(B) 209.49º 0.59% 0.39% -
XYZ 5.47 5.9 12.91 -
YUV 65.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 41 71 100 0.59 0.29 0 0.61 209.49 0.42 0.28
Hex 29 47 64 3B 1D 0 3D D1 2A 1C
Octal 51 107 144 73 35 0 75 321 52 34
Binary 101001 1000111 1100100 111011 11101 0 111101 11010001 101010 11100

Color Harmonies of #294764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294764

Black with #294764

Text Example


Text Example

White with #294764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294764; }

 p { color: rgb(41,71,100); }

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

background-color css

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

 a { background-color: rgb(41,71,100); }

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

border-color css

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

 span { border-color: rgb(41,71,100); }

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