Html Css Color HEX #294C69 Arapawa

📋 copy color: '#294C69'

red 41 ◦ green 76 ◦ blue 105

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

Shades of Arapawa #294C69

Tints of Arapawa #294C69

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.23%

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

R = 18.47%
G = 34.23%
B = 47.3%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#294C69 (or 0x294C69) is known color: Arapawa. HEX triplet: 29, 4C and 69. RGB value is (41,76,105). Sum of RGB (Red+Green+Blue) = 41+76+105=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #294C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C69 is #D6B396. Grayscale: #444444. Windows color (decimal): -14070679 or 6900777. OLE color: 6900777.

HSL color Cylindrical-coordinate representation of color #294C69: hue angle of 207.19º 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 #294C69 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 76 105 -
CMYK 0.61 0.28 0 0.59
HSL 207.19º 0.44% 0.29% -
HSV(B) 207.19º 0.61% 0.41% -
XYZ 6.05 6.66 14.33 -
YUV 68.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 41 76 105 0.61 0.28 0 0.59 207.19 0.44 0.29
Hex 29 4C 69 3D 1C 0 3B CF 2C 1D
Octal 51 114 151 75 34 0 73 317 54 35
Binary 101001 1001100 1101001 111101 11100 0 111011 11001111 101100 11101

Color Harmonies of #294C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C69

Black with #294C69

Text Example


Text Example

White with #294C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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