Html Css Color HEX #294D65 Arapawa

📋 copy color: '#294D65'

red 41 ◦ green 77 ◦ blue 101

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

Shades of Arapawa #294D65

Tints of Arapawa #294D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.12%

R = 18.72%
G = 35.16%
B = 46.12%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#294D65 (or 0x294D65) is known color: Arapawa. HEX triplet: 29, 4D and 65. RGB value is (41,77,101). Sum of RGB (Red+Green+Blue) = 41+77+101=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #294D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D65 is #D6B29A. Grayscale: #444444. Windows color (decimal): -14070427 or 6638889. OLE color: 6638889.

HSL color Cylindrical-coordinate representation of color #294D65: hue angle of 204º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #294D65 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 77 101 -
CMYK 0.59 0.24 0 0.60
HSL 204º 0.42% 0.28% -
HSV(B) 204º 0.59% 0.4% -
XYZ 5.92 6.72 13.3 -
YUV 68.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 41 77 101 0.59 0.24 0 0.60 204 0.42 0.28
Hex 29 4D 65 3B 18 0 3C CC 2A 1C
Octal 51 115 145 73 30 0 74 314 52 34
Binary 101001 1001101 1100101 111011 11000 0 111100 11001100 101010 11100

Color Harmonies of #294D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D65

Black with #294D65

Text Example


Text Example

White with #294D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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