Html Css Color HEX #294D66 Arapawa

📋 copy color: '#294D66'

red 41 ◦ green 77 ◦ blue 102

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

Shades of Arapawa #294D66

Tints of Arapawa #294D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 46.36%

R = 18.64%
G = 35%
B = 46.36%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#294D66 (or 0x294D66) is known color: Arapawa. HEX triplet: 29, 4D and 66. RGB value is (41,77,102). Sum of RGB (Red+Green+Blue) = 41+77+102=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #294D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D66 is #D6B299. Grayscale: #444444. Windows color (decimal): -14070426 or 6704425. OLE color: 6704425.

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

Color convert

RGB 41 77 102 -
CMYK 0.60 0.25 0 0.6
HSL 204.59º 0.43% 0.28% -
HSV(B) 204.59º 0.6% 0.4% -
XYZ 5.97 6.74 13.56 -
YUV 69.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 41 77 102 0.60 0.25 0 0.6 204.59 0.43 0.28
Hex 29 4D 66 3C 19 0 3C CD 2B 1C
Octal 51 115 146 74 31 0 74 315 53 34
Binary 101001 1001101 1100110 111100 11001 0 111100 11001101 101011 11100

Color Harmonies of #294D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D66

Black with #294D66

Text Example


Text Example

White with #294D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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