Html Css Color HEX #294762 Arapawa

📋 copy color: '#294762'

red 41 ◦ green 71 ◦ blue 98

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

Shades of Arapawa #294762

Tints of Arapawa #294762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.81%

 BLUE value IS 98 (38.67% from 255) = 46.67%

R = 19.52%
G = 33.81%
B = 46.67%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294762 (or 0x294762) is known color: Arapawa. HEX triplet: 29, 47 and 62. RGB value is (41,71,98). Sum of RGB (Red+Green+Blue) = 41+71+98=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #294762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294762 is #D6B89D. Grayscale: #404040. Windows color (decimal): -14071966 or 6440745. OLE color: 6440745.

HSL color Cylindrical-coordinate representation of color #294762: hue angle of 208.42º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #294762 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 71 98 -
CMYK 0.58 0.28 0 0.62
HSL 208.42º 0.41% 0.27% -
HSV(B) 208.42º 0.58% 0.38% -
XYZ 5.37 5.86 12.4 -
YUV 65.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 41 71 98 0.58 0.28 0 0.62 208.42 0.41 0.27
Hex 29 47 62 3A 1C 0 3E D0 29 1B
Octal 51 107 142 72 34 0 76 320 51 33
Binary 101001 1000111 1100010 111010 11100 0 111110 11010000 101001 11011

Color Harmonies of #294762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294762

Black with #294762

Text Example


Text Example

White with #294762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294762; }

 p { color: rgb(41,71,98); }

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

background-color css

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

 a { background-color: rgb(41,71,98); }

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

border-color css

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

 span { border-color: rgb(41,71,98); }

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