Html Css Color HEX #295164 Arapawa

📋 copy color: '#295164'

red 41 ◦ green 81 ◦ blue 100

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

Shades of Arapawa #295164

Tints of Arapawa #295164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 45.05%

R = 18.47%
G = 36.49%
B = 45.05%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#295164 (or 0x295164) is known color: Arapawa. HEX triplet: 29, 51 and 64. RGB value is (41,81,100). Sum of RGB (Red+Green+Blue) = 41+81+100=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 100 - color contains mainly: blue. Hex color #295164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295164 is #D6AE9B. Grayscale: #474747. Windows color (decimal): -14069404 or 6574377. OLE color: 6574377.

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

Color convert

RGB 41 81 100 -
CMYK 0.59 0.19 0 0.61
HSL 199.32º 0.42% 0.28% -
HSV(B) 199.32º 0.59% 0.39% -
XYZ 6.16 7.28 13.14 -
YUV 71.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 41 81 100 0.59 0.19 0 0.61 199.32 0.42 0.28
Hex 29 51 64 3B 13 0 3D C7 2A 1C
Octal 51 121 144 73 23 0 75 307 52 34
Binary 101001 1010001 1100100 111011 10011 0 111101 11000111 101010 11100

Color Harmonies of #295164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295164

Black with #295164

Text Example


Text Example

White with #295164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295164; }

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

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

background-color css

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

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

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

border-color css

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

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

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