Html Css Color HEX #294661 Arapawa

📋 copy color: '#294661'

red 41 ◦ green 70 ◦ blue 97

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

Shades of Arapawa #294661

Tints of Arapawa #294661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.65%

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

R = 19.71%
G = 33.65%
B = 46.63%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294661 (or 0x294661) is known color: Arapawa. HEX triplet: 29, 46 and 61. RGB value is (41,70,97). Sum of RGB (Red+Green+Blue) = 41+70+97=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #294661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294661 is #D6B99E. Grayscale: #404040. Windows color (decimal): -14072223 or 6374953. OLE color: 6374953.

HSL color Cylindrical-coordinate representation of color #294661: hue angle of 208.93º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #294661 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 70 97 -
CMYK 0.58 0.28 0 0.62
HSL 208.93º 0.41% 0.27% -
HSV(B) 208.93º 0.58% 0.38% -
XYZ 5.26 5.71 12.13 -
YUV 64.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 41 70 97 0.58 0.28 0 0.62 208.93 0.41 0.27
Hex 29 46 61 3A 1C 0 3E D1 29 1B
Octal 51 106 141 72 34 0 76 321 51 33
Binary 101001 1000110 1100001 111010 11100 0 111110 11010001 101001 11011

Color Harmonies of #294661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294661

Black with #294661

Text Example


Text Example

White with #294661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294661; }

 p { color: rgb(41,70,97); }

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

background-color css

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

 a { background-color: rgb(41,70,97); }

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

border-color css

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

 span { border-color: rgb(41,70,97); }

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