Html Css Color HEX #295563 Arapawa

📋 copy color: '#295563'

red 41 ◦ green 85 ◦ blue 99

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

Shades of Arapawa #295563

Tints of Arapawa #295563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.78%

 BLUE value IS 99 (39.06% from 255) = 44%

R = 18.22%
G = 37.78%
B = 44%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#295563 (or 0x295563) is known color: Arapawa. HEX triplet: 29, 55 and 63. RGB value is (41,85,99). Sum of RGB (Red+Green+Blue) = 41+85+99=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #295563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295563 is #D6AA9C. Grayscale: #494949. Windows color (decimal): -14068381 or 6509865. OLE color: 6509865.

HSL color Cylindrical-coordinate representation of color #295563: hue angle of 194.48º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #295563 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 85 99 -
CMYK 0.59 0.14 0 0.61
HSL 194.48º 0.41% 0.27% -
HSV(B) 194.48º 0.59% 0.39% -
XYZ 6.42 7.87 12.99 -
YUV 73.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 41 85 99 0.59 0.14 0 0.61 194.48 0.41 0.27
Hex 29 55 63 3B E 0 3D C2 29 1B
Octal 51 125 143 73 16 0 75 302 51 33
Binary 101001 1010101 1100011 111011 1110 0 111101 11000010 101001 11011

Color Harmonies of #295563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295563

Black with #295563

Text Example


Text Example

White with #295563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295563; }

 p { color: rgb(41,85,99); }

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

background-color css

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

 a { background-color: rgb(41,85,99); }

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

border-color css

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

 span { border-color: rgb(41,85,99); }

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