Html Css Color HEX #294658 Arapawa

📋 copy color: '#294658'

red 41 ◦ green 70 ◦ blue 88

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

Shades of Arapawa #294658

Tints of Arapawa #294658

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

 BLUE value IS 88 (34.77% from 255) = 44.22%

R = 20.6%
G = 35.18%
B = 44.22%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#294658 (or 0x294658) is known color: Arapawa. HEX triplet: 29, 46 and 58. RGB value is (41,70,88). Sum of RGB (Red+Green+Blue) = 41+70+88=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #294658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294658 is #D6B9A7. Grayscale: #3F3F3F. Windows color (decimal): -14072232 or 5785129. OLE color: 5785129.

HSL color Cylindrical-coordinate representation of color #294658: hue angle of 202.98º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #294658 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 70 88 -
CMYK 0.53 0.20 0 0.65
HSL 202.98º 0.36% 0.25% -
HSV(B) 202.98º 0.53% 0.35% -
XYZ 4.87 5.56 10.05 -
YUV 63.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 41 70 88 0.53 0.20 0 0.65 202.98 0.36 0.25
Hex 29 46 58 35 14 0 41 CB 24 19
Octal 51 106 130 65 24 0 101 313 44 31
Binary 101001 1000110 1011000 110101 10100 0 1000001 11001011 100100 11001

Color Harmonies of #294658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294658

Black with #294658

Text Example


Text Example

White with #294658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294658; }

 p { color: rgb(41,70,88); }

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

background-color css

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

 a { background-color: rgb(41,70,88); }

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

border-color css

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

 span { border-color: rgb(41,70,88); }

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