Html Css Color HEX #294F65 Arapawa

📋 copy color: '#294F65'

red 41 ◦ green 79 ◦ blue 101

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

Shades of Arapawa #294F65

Tints of Arapawa #294F65

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.75%

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

R = 18.55%
G = 35.75%
B = 45.7%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#294F65 (or 0x294F65) is known color: Arapawa. HEX triplet: 29, 4F and 65. RGB value is (41,79,101). Sum of RGB (Red+Green+Blue) = 41+79+101=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #294F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F65 is #D6B09A. Grayscale: #464646. Windows color (decimal): -14069915 or 6639401. OLE color: 6639401.

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

Color convert

RGB 41 79 101 -
CMYK 0.59 0.22 0 0.60
HSL 202º 0.42% 0.28% -
HSV(B) 202º 0.59% 0.4% -
XYZ 6.06 7 13.34 -
YUV 70.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 41 79 101 0.59 0.22 0 0.60 202 0.42 0.28
Hex 29 4F 65 3B 16 0 3C CA 2A 1C
Octal 51 117 145 73 26 0 74 312 52 34
Binary 101001 1001111 1100101 111011 10110 0 111100 11001010 101010 11100

Color Harmonies of #294F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F65

Black with #294F65

Text Example


Text Example

White with #294F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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