Html Css Color HEX #295261 Arapawa

📋 copy color: '#295261'

red 41 ◦ green 82 ◦ blue 97

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

Shades of Arapawa #295261

Tints of Arapawa #295261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.27%

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

R = 18.64%
G = 37.27%
B = 44.09%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#295261 (or 0x295261) is known color: Arapawa. HEX triplet: 29, 52 and 61. RGB value is (41,82,97). Sum of RGB (Red+Green+Blue) = 41+82+97=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #295261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295261 is #D6AD9E. Grayscale: #474747. Windows color (decimal): -14069151 or 6378025. OLE color: 6378025.

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

Color convert

RGB 41 82 97 -
CMYK 0.58 0.15 0 0.62
HSL 196.07º 0.41% 0.27% -
HSV(B) 196.07º 0.58% 0.38% -
XYZ 6.09 7.37 12.41 -
YUV 71.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 41 82 97 0.58 0.15 0 0.62 196.07 0.41 0.27
Hex 29 52 61 3A F 0 3E C4 29 1B
Octal 51 122 141 72 17 0 76 304 51 33
Binary 101001 1010010 1100001 111010 1111 0 111110 11000100 101001 11011

Color Harmonies of #295261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295261

Black with #295261

Text Example


Text Example

White with #295261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295261; }

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

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

background-color css

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

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

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

border-color css

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

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

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