Html Css Color HEX #294E67 Arapawa

📋 copy color: '#294E67'

red 41 ◦ green 78 ◦ blue 103

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

Shades of Arapawa #294E67

Tints of Arapawa #294E67

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.14%

 BLUE value IS 103 (40.63% from 255) = 46.4%

R = 18.47%
G = 35.14%
B = 46.4%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#294E67 (or 0x294E67) is known color: Arapawa. HEX triplet: 29, 4E and 67. RGB value is (41,78,103). Sum of RGB (Red+Green+Blue) = 41+78+103=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #294E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294E67 is #D6B198. Grayscale: #454545. Windows color (decimal): -14070169 or 6770217. OLE color: 6770217.

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

Color convert

RGB 41 78 103 -
CMYK 0.60 0.24 0 0.60
HSL 204.19º 0.43% 0.28% -
HSV(B) 204.19º 0.6% 0.4% -
XYZ 6.09 6.9 13.84 -
YUV 69.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 41 78 103 0.60 0.24 0 0.60 204.19 0.43 0.28
Hex 29 4E 67 3C 18 0 3C CC 2B 1C
Octal 51 116 147 74 30 0 74 314 53 34
Binary 101001 1001110 1100111 111100 11000 0 111100 11001100 101011 11100

Color Harmonies of #294E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294E67

Black with #294E67

Text Example


Text Example

White with #294E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,78,103); }

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

background-color css

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

 a { background-color: rgb(41,78,103); }

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

border-color css

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

 span { border-color: rgb(41,78,103); }

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