Html Css Color HEX #294662 Arapawa

📋 copy color: '#294662'

red 41 ◦ green 70 ◦ blue 98

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

Shades of Arapawa #294662

Tints of Arapawa #294662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.49%

 BLUE value IS 98 (38.67% from 255) = 46.89%

R = 19.62%
G = 33.49%
B = 46.89%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#294662 (or 0x294662) is known color: Arapawa. HEX triplet: 29, 46 and 62. RGB value is (41,70,98). Sum of RGB (Red+Green+Blue) = 41+70+98=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #294662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294662 is #D6B99D. Grayscale: #404040. Windows color (decimal): -14072222 or 6440489. OLE color: 6440489.

HSL color Cylindrical-coordinate representation of color #294662: hue angle of 209.47º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #294662 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 70 98 -
CMYK 0.58 0.29 0 0.62
HSL 209.47º 0.41% 0.27% -
HSV(B) 209.47º 0.58% 0.38% -
XYZ 5.31 5.73 12.38 -
YUV 64.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 41 70 98 0.58 0.29 0 0.62 209.47 0.41 0.27
Hex 29 46 62 3A 1D 0 3E D1 29 1B
Octal 51 106 142 72 35 0 76 321 51 33
Binary 101001 1000110 1100010 111010 11101 0 111110 11010001 101001 11011

Color Harmonies of #294662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294662

Black with #294662

Text Example


Text Example

White with #294662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294662; }

 p { color: rgb(41,70,98); }

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

background-color css

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

 a { background-color: rgb(41,70,98); }

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

border-color css

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

 span { border-color: rgb(41,70,98); }

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