Html Css Color HEX #294C68 Arapawa

📋 copy color: '#294C68'

red 41 ◦ green 76 ◦ blue 104

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

Shades of Arapawa #294C68

Tints of Arapawa #294C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.06%

R = 18.55%
G = 34.39%
B = 47.06%

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

#294C68 (or 0x294C68) is known color: Arapawa. HEX triplet: 29, 4C and 68. RGB value is (41,76,104). Sum of RGB (Red+Green+Blue) = 41+76+104=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #294C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C68 is #D6B397. Grayscale: #444444. Windows color (decimal): -14070680 or 6835241. OLE color: 6835241.

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

Color convert

RGB 41 76 104 -
CMYK 0.61 0.27 0 0.59
HSL 206.67º 0.43% 0.28% -
HSV(B) 206.67º 0.61% 0.41% -
XYZ 6 6.64 14.06 -
YUV 68.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 41 76 104 0.61 0.27 0 0.59 206.67 0.43 0.28
Hex 29 4C 68 3D 1B 0 3B CF 2B 1C
Octal 51 114 150 75 33 0 73 317 53 34
Binary 101001 1001100 1101000 111101 11011 0 111011 11001111 101011 11100

Color Harmonies of #294C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C68

Black with #294C68

Text Example


Text Example

White with #294C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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