Html Css Color HEX #294C65 Arapawa

📋 copy color: '#294C65'

red 41 ◦ green 76 ◦ blue 101

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

Shades of Arapawa #294C65

Tints of Arapawa #294C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.33%

R = 18.81%
G = 34.86%
B = 46.33%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#294C65 (or 0x294C65) is known color: Arapawa. HEX triplet: 29, 4C and 65. RGB value is (41,76,101). Sum of RGB (Red+Green+Blue) = 41+76+101=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #294C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294C65 is #D6B39A. Grayscale: #444444. Windows color (decimal): -14070683 or 6638633. OLE color: 6638633.

HSL color Cylindrical-coordinate representation of color #294C65: hue angle of 205º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #294C65 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 76 101 -
CMYK 0.59 0.25 0 0.60
HSL 205º 0.42% 0.28% -
HSV(B) 205º 0.59% 0.4% -
XYZ 5.85 6.58 13.27 -
YUV 68.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 41 76 101 0.59 0.25 0 0.60 205 0.42 0.28
Hex 29 4C 65 3B 19 0 3C CD 2A 1C
Octal 51 114 145 73 31 0 74 315 52 34
Binary 101001 1001100 1100101 111011 11001 0 111100 11001101 101010 11100

Color Harmonies of #294C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C65

Black with #294C65

Text Example


Text Example

White with #294C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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