Html Css Color HEX #295163 Arapawa

📋 copy color: '#295163'

red 41 ◦ green 81 ◦ blue 99

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

Shades of Arapawa #295163

Tints of Arapawa #295163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.65%

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

R = 18.55%
G = 36.65%
B = 44.8%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#295163 (or 0x295163) is known color: Arapawa. HEX triplet: 29, 51 and 63. RGB value is (41,81,99). Sum of RGB (Red+Green+Blue) = 41+81+99=221 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.55% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #295163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295163 is #D6AE9C. Grayscale: #464646. Windows color (decimal): -14069405 or 6508841. OLE color: 6508841.

HSL color Cylindrical-coordinate representation of color #295163: hue angle of 198.62º 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 #295163 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 81 99 -
CMYK 0.59 0.18 0 0.61
HSL 198.62º 0.41% 0.27% -
HSV(B) 198.62º 0.59% 0.39% -
XYZ 6.11 7.26 12.88 -
YUV 71.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 41 81 99 0.59 0.18 0 0.61 198.62 0.41 0.27
Hex 29 51 63 3B 12 0 3D C7 29 1B
Octal 51 121 143 73 22 0 75 307 51 33
Binary 101001 1010001 1100011 111011 10010 0 111101 11000111 101001 11011

Color Harmonies of #295163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295163

Black with #295163

Text Example


Text Example

White with #295163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295163; }

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

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

background-color css

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

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

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

border-color css

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

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

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