Html Css Color HEX #295264 Arapawa

📋 copy color: '#295264'

red 41 ◦ green 82 ◦ blue 100

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

Shades of Arapawa #295264

Tints of Arapawa #295264

RGB

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

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

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

R = 18.39%
G = 36.77%
B = 44.84%

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

#295264 (or 0x295264) is known color: Arapawa. HEX triplet: 29, 52 and 64. RGB value is (41,82,100). Sum of RGB (Red+Green+Blue) = 41+82+100=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #295264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295264 is #D6AD9B. Grayscale: #474747. Windows color (decimal): -14069148 or 6574633. OLE color: 6574633.

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

Color convert

RGB 41 82 100 -
CMYK 0.59 0.18 0 0.61
HSL 198.31º 0.42% 0.28% -
HSV(B) 198.31º 0.59% 0.39% -
XYZ 6.23 7.43 13.16 -
YUV 71.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 41 82 100 0.59 0.18 0 0.61 198.31 0.42 0.28
Hex 29 52 64 3B 12 0 3D C6 2A 1C
Octal 51 122 144 73 22 0 75 306 52 34
Binary 101001 1010010 1100100 111011 10010 0 111101 11000110 101010 11100

Color Harmonies of #295264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295264

Black with #295264

Text Example


Text Example

White with #295264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295264; }

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

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

background-color css

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

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

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

border-color css

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

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

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