Html Css Color HEX #294760 Arapawa

📋 copy color: '#294760'

red 41 ◦ green 71 ◦ blue 96

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

Shades of Arapawa #294760

Tints of Arapawa #294760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 46.15%

R = 19.71%
G = 34.13%
B = 46.15%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294760 (or 0x294760) is known color: Arapawa. HEX triplet: 29, 47 and 60. RGB value is (41,71,96). Sum of RGB (Red+Green+Blue) = 41+71+96=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #294760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294760 is #D6B89F. Grayscale: #404040. Windows color (decimal): -14071968 or 6309673. OLE color: 6309673.

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

Color convert

RGB 41 71 96 -
CMYK 0.57 0.26 0 0.62
HSL 207.27º 0.4% 0.27% -
HSV(B) 207.27º 0.57% 0.38% -
XYZ 5.28 5.82 11.91 -
YUV 64.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 41 71 96 0.57 0.26 0 0.62 207.27 0.4 0.27
Hex 29 47 60 39 1A 0 3E CF 28 1B
Octal 51 107 140 71 32 0 76 317 50 33
Binary 101001 1000111 1100000 111001 11010 0 111110 11001111 101000 11011

Color Harmonies of #294760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294760

Black with #294760

Text Example


Text Example

White with #294760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294760; }

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

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

background-color css

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

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

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

border-color css

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

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

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