Html Css Color HEX #295661 Arapawa

📋 copy color: '#295661'

red 41 ◦ green 86 ◦ blue 97

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

Shades of Arapawa #295661

Tints of Arapawa #295661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

 BLUE value IS 97 (38.28% from 255) = 43.3%

R = 18.3%
G = 38.39%
B = 43.3%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#295661 (or 0x295661) is known color: Arapawa. HEX triplet: 29, 56 and 61. RGB value is (41,86,97). Sum of RGB (Red+Green+Blue) = 41+86+97=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #295661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295661 is #D6A99E. Grayscale: #494949. Windows color (decimal): -14068127 or 6379049. OLE color: 6379049.

HSL color Cylindrical-coordinate representation of color #295661: hue angle of 191.79º 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 #295661 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 86 97 -
CMYK 0.58 0.11 0 0.62
HSL 191.79º 0.41% 0.27% -
HSV(B) 191.79º 0.58% 0.38% -
XYZ 6.4 7.99 12.51 -
YUV 73.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 41 86 97 0.58 0.11 0 0.62 191.79 0.41 0.27
Hex 29 56 61 3A B 0 3E C0 29 1B
Octal 51 126 141 72 13 0 76 300 51 33
Binary 101001 1010110 1100001 111010 1011 0 111110 11000000 101001 11011

Color Harmonies of #295661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295661

Black with #295661

Text Example


Text Example

White with #295661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295661; }

 p { color: rgb(41,86,97); }

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

background-color css

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

 a { background-color: rgb(41,86,97); }

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

border-color css

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

 span { border-color: rgb(41,86,97); }

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