Html Css Color HEX #294966 Arapawa

📋 copy color: '#294966'

red 41 ◦ green 73 ◦ blue 102

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

Shades of Arapawa #294966

Tints of Arapawa #294966

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.8%

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

R = 18.98%
G = 33.8%
B = 47.22%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#294966 (or 0x294966) is known color: Arapawa. HEX triplet: 29, 49 and 66. RGB value is (41,73,102). Sum of RGB (Red+Green+Blue) = 41+73+102=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #294966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294966 is #D6B699. Grayscale: #424242. Windows color (decimal): -14071450 or 6703401. OLE color: 6703401.

HSL color Cylindrical-coordinate representation of color #294966: hue angle of 208.52º 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 #294966 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 73 102 -
CMYK 0.60 0.28 0 0.6
HSL 208.52º 0.43% 0.28% -
HSV(B) 208.52º 0.6% 0.4% -
XYZ 5.7 6.2 13.47 -
YUV 66.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 41 73 102 0.60 0.28 0 0.6 208.52 0.43 0.28
Hex 29 49 66 3C 1C 0 3C D1 2B 1C
Octal 51 111 146 74 34 0 74 321 53 34
Binary 101001 1001001 1100110 111100 11100 0 111100 11010001 101011 11100

Color Harmonies of #294966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294966

Black with #294966

Text Example


Text Example

White with #294966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294966; }

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

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

background-color css

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

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

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

border-color css

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

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

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