Html Css Color HEX #294663 Arapawa

📋 copy color: '#294663'

red 41 ◦ green 70 ◦ blue 99

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

Shades of Arapawa #294663

Tints of Arapawa #294663

RGB

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

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

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

R = 19.52%
G = 33.33%
B = 47.14%

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

#294663 (or 0x294663) is known color: Arapawa. HEX triplet: 29, 46 and 63. RGB value is (41,70,99). Sum of RGB (Red+Green+Blue) = 41+70+99=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #294663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294663 is #D6B99C. Grayscale: #404040. Windows color (decimal): -14072221 or 6506025. OLE color: 6506025.

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

Color convert

RGB 41 70 99 -
CMYK 0.59 0.29 0 0.61
HSL 210º 0.41% 0.27% -
HSV(B) 210º 0.59% 0.39% -
XYZ 5.36 5.75 12.63 -
YUV 64.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 41 70 99 0.59 0.29 0 0.61 210 0.41 0.27
Hex 29 46 63 3B 1D 0 3D D2 29 1B
Octal 51 106 143 73 35 0 75 322 51 33
Binary 101001 1000110 1100011 111011 11101 0 111101 11010010 101001 11011

Color Harmonies of #294663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294663

Black with #294663

Text Example


Text Example

White with #294663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294663; }

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

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

background-color css

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

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

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

border-color css

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

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

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