Html Css Color HEX #294F62 Arapawa

📋 copy color: '#294F62'

red 41 ◦ green 79 ◦ blue 98

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

Shades of Arapawa #294F62

Tints of Arapawa #294F62

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.24%

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

R = 18.81%
G = 36.24%
B = 44.95%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294F62 (or 0x294F62) is known color: Arapawa. HEX triplet: 29, 4F and 62. RGB value is (41,79,98). Sum of RGB (Red+Green+Blue) = 41+79+98=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #294F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F62 is #D6B09D. Grayscale: #454545. Windows color (decimal): -14069918 or 6442793. OLE color: 6442793.

HSL color Cylindrical-coordinate representation of color #294F62: hue angle of 200º 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 #294F62 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 79 98 -
CMYK 0.58 0.19 0 0.62
HSL 200º 0.41% 0.27% -
HSV(B) 200º 0.58% 0.38% -
XYZ 5.92 6.95 12.58 -
YUV 69.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 41 79 98 0.58 0.19 0 0.62 200 0.41 0.27
Hex 29 4F 62 3A 13 0 3E C8 29 1B
Octal 51 117 142 72 23 0 76 310 51 33
Binary 101001 1001111 1100010 111010 10011 0 111110 11001000 101001 11011

Color Harmonies of #294F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F62

Black with #294F62

Text Example


Text Example

White with #294F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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