Html Css Color HEX #294A63 Arapawa

📋 copy color: '#294A63'

red 41 ◦ green 74 ◦ blue 99

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

Shades of Arapawa #294A63

Tints of Arapawa #294A63

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.58%

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

R = 19.16%
G = 34.58%
B = 46.26%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#294A63 (or 0x294A63) is known color: Arapawa. HEX triplet: 29, 4A and 63. RGB value is (41,74,99). Sum of RGB (Red+Green+Blue) = 41+74+99=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #294A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294A63 is #D6B59C. Grayscale: #424242. Windows color (decimal): -14071197 or 6507049. OLE color: 6507049.

HSL color Cylindrical-coordinate representation of color #294A63: hue angle of 205.86º 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 #294A63 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 74 99 -
CMYK 0.59 0.25 0 0.61
HSL 205.86º 0.41% 0.27% -
HSV(B) 205.86º 0.59% 0.39% -
XYZ 5.62 6.27 12.72 -
YUV 66.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 41 74 99 0.59 0.25 0 0.61 205.86 0.41 0.27
Hex 29 4A 63 3B 19 0 3D CE 29 1B
Octal 51 112 143 73 31 0 75 316 51 33
Binary 101001 1001010 1100011 111011 11001 0 111101 11001110 101001 11011

Color Harmonies of #294A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294A63

Black with #294A63

Text Example


Text Example

White with #294A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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