Html Css Color HEX #295060 Arapawa

📋 copy color: '#295060'

red 41 ◦ green 80 ◦ blue 96

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

Shades of Arapawa #295060

Tints of Arapawa #295060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

 BLUE value IS 96 (37.89% from 255) = 44.24%

R = 18.89%
G = 36.87%
B = 44.24%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#295060 (or 0x295060) is known color: Arapawa. HEX triplet: 29, 50 and 60. RGB value is (41,80,96). Sum of RGB (Red+Green+Blue) = 41+80+96=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 96 (37.89% from 255 or 44.24% from 217); Max value from RGB is 96 - color contains mainly: blue. Hex color #295060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295060 is #D6AF9F. Grayscale: #464646. Windows color (decimal): -14069664 or 6311977. OLE color: 6311977.

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

Color convert

RGB 41 80 96 -
CMYK 0.57 0.17 0 0.62
HSL 197.45º 0.4% 0.27% -
HSV(B) 197.45º 0.57% 0.38% -
XYZ 5.89 7.05 12.12 -
YUV 70.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 41 80 96 0.57 0.17 0 0.62 197.45 0.4 0.27
Hex 29 50 60 39 11 0 3E C5 28 1B
Octal 51 120 140 71 21 0 76 305 50 33
Binary 101001 1010000 1100000 111001 10001 0 111110 11000101 101000 11011

Color Harmonies of #295060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295060

Black with #295060

Text Example


Text Example

White with #295060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295060; }

 p { color: rgb(41,80,96); }

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

background-color css

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

 a { background-color: rgb(41,80,96); }

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

border-color css

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

 span { border-color: rgb(41,80,96); }

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