Html Css Color HEX #294D60 Arapawa

📋 copy color: '#294D60'

red 41 ◦ green 77 ◦ blue 96

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

Shades of Arapawa #294D60

Tints of Arapawa #294D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.86%

R = 19.16%
G = 35.98%
B = 44.86%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294D60 (or 0x294D60) is known color: Arapawa. HEX triplet: 29, 4D and 60. RGB value is (41,77,96). Sum of RGB (Red+Green+Blue) = 41+77+96=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #294D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D60 is #D6B29F. Grayscale: #444444. Windows color (decimal): -14070432 or 6311209. OLE color: 6311209.

HSL color Cylindrical-coordinate representation of color #294D60: hue angle of 200.73º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #294D60 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 77 96 -
CMYK 0.57 0.20 0 0.62
HSL 200.73º 0.4% 0.27% -
HSV(B) 200.73º 0.57% 0.38% -
XYZ 5.68 6.62 12.05 -
YUV 68.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 41 77 96 0.57 0.20 0 0.62 200.73 0.4 0.27
Hex 29 4D 60 39 14 0 3E C9 28 1B
Octal 51 115 140 71 24 0 76 311 50 33
Binary 101001 1001101 1100000 111001 10100 0 111110 11001001 101000 11011

Color Harmonies of #294D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D60

Black with #294D60

Text Example


Text Example

White with #294D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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