Html Css Color HEX #294960 Arapawa

📋 copy color: '#294960'

red 41 ◦ green 73 ◦ blue 96

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

Shades of Arapawa #294960

Tints of Arapawa #294960

RGB

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

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

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

R = 19.52%
G = 34.76%
B = 45.71%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294960 (or 0x294960) is known color: Arapawa. HEX triplet: 29, 49 and 60. RGB value is (41,73,96). Sum of RGB (Red+Green+Blue) = 41+73+96=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #294960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294960 is #D6B69F. Grayscale: #414141. Windows color (decimal): -14071456 or 6310185. OLE color: 6310185.

HSL color Cylindrical-coordinate representation of color #294960: hue angle of 205.09º 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 #294960 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 73 96 -
CMYK 0.57 0.24 0 0.62
HSL 205.09º 0.4% 0.27% -
HSV(B) 205.09º 0.57% 0.38% -
XYZ 5.41 6.08 11.96 -
YUV 66.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 41 73 96 0.57 0.24 0 0.62 205.09 0.4 0.27
Hex 29 49 60 39 18 0 3E CD 28 1B
Octal 51 111 140 71 30 0 76 315 50 33
Binary 101001 1001001 1100000 111001 11000 0 111110 11001101 101000 11011

Color Harmonies of #294960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294960

Black with #294960

Text Example


Text Example

White with #294960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294960; }

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

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

background-color css

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

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

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

border-color css

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

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

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