Html Css Color HEX #294D69 Arapawa

📋 copy color: '#294D69'

red 41 ◦ green 77 ◦ blue 105

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

Shades of Arapawa #294D69

Tints of Arapawa #294D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.53%

 BLUE value IS 105 (41.41% from 255) = 47.09%

R = 18.39%
G = 34.53%
B = 47.09%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#294D69 (or 0x294D69) is known color: Arapawa. HEX triplet: 29, 4D and 69. RGB value is (41,77,105). Sum of RGB (Red+Green+Blue) = 41+77+105=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #294D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D69 is #D6B296. Grayscale: #454545. Windows color (decimal): -14070423 or 6901033. OLE color: 6901033.

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

Color convert

RGB 41 77 105 -
CMYK 0.61 0.27 0 0.59
HSL 206.25º 0.44% 0.29% -
HSV(B) 206.25º 0.61% 0.41% -
XYZ 6.12 6.8 14.35 -
YUV 69.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 41 77 105 0.61 0.27 0 0.59 206.25 0.44 0.29
Hex 29 4D 69 3D 1B 0 3B CE 2C 1D
Octal 51 115 151 75 33 0 73 316 54 35
Binary 101001 1001101 1101001 111101 11011 0 111011 11001110 101100 11101

Color Harmonies of #294D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D69

Black with #294D69

Text Example


Text Example

White with #294D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,77,105); }

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

background-color css

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

 a { background-color: rgb(41,77,105); }

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

border-color css

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

 span { border-color: rgb(41,77,105); }

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