Html Css Color HEX #294D63 Arapawa

📋 copy color: '#294D63'

red 41 ◦ green 77 ◦ blue 99

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

Shades of Arapawa #294D63

Tints of Arapawa #294D63

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.48%

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

R = 18.89%
G = 35.48%
B = 45.62%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#294D63 (or 0x294D63) is known color: Arapawa. HEX triplet: 29, 4D and 63. RGB value is (41,77,99). Sum of RGB (Red+Green+Blue) = 41+77+99=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #294D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D63 is #D6B29C. Grayscale: #444444. Windows color (decimal): -14070429 or 6507817. OLE color: 6507817.

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

Color convert

RGB 41 77 99 -
CMYK 0.59 0.22 0 0.61
HSL 202.76º 0.41% 0.27% -
HSV(B) 202.76º 0.59% 0.39% -
XYZ 5.82 6.68 12.79 -
YUV 68.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 41 77 99 0.59 0.22 0 0.61 202.76 0.41 0.27
Hex 29 4D 63 3B 16 0 3D CB 29 1B
Octal 51 115 143 73 26 0 75 313 51 33
Binary 101001 1001101 1100011 111011 10110 0 111101 11001011 101001 11011

Color Harmonies of #294D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D63

Black with #294D63

Text Example


Text Example

White with #294D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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