Html Css Color HEX #294863 Arapawa

📋 copy color: '#294863'

red 41 ◦ green 72 ◦ blue 99

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

Shades of Arapawa #294863

Tints of Arapawa #294863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.96%

 BLUE value IS 99 (39.06% from 255) = 46.7%

R = 19.34%
G = 33.96%
B = 46.7%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#294863 (or 0x294863) is known color: Arapawa. HEX triplet: 29, 48 and 63. RGB value is (41,72,99). Sum of RGB (Red+Green+Blue) = 41+72+99=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #294863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294863 is #D6B79C. Grayscale: #414141. Windows color (decimal): -14071709 or 6506537. OLE color: 6506537.

HSL color Cylindrical-coordinate representation of color #294863: hue angle of 207.93º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #294863 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 72 99 -
CMYK 0.59 0.27 0 0.61
HSL 207.93º 0.41% 0.27% -
HSV(B) 207.93º 0.59% 0.39% -
XYZ 5.48 6.01 12.67 -
YUV 65.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 41 72 99 0.59 0.27 0 0.61 207.93 0.41 0.27
Hex 29 48 63 3B 1B 0 3D D0 29 1B
Octal 51 110 143 73 33 0 75 320 51 33
Binary 101001 1001000 1100011 111011 11011 0 111101 11010000 101001 11011

Color Harmonies of #294863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294863

Black with #294863

Text Example


Text Example

White with #294863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294863; }

 p { color: rgb(41,72,99); }

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

background-color css

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

 a { background-color: rgb(41,72,99); }

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

border-color css

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

 span { border-color: rgb(41,72,99); }

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