Html Css Color HEX #295065 Arapawa

📋 copy color: '#295065'

red 41 ◦ green 80 ◦ blue 101

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

Shades of Arapawa #295065

Tints of Arapawa #295065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.5%

R = 18.47%
G = 36.04%
B = 45.5%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#295065 (or 0x295065) is known color: Arapawa. HEX triplet: 29, 50 and 65. RGB value is (41,80,101). Sum of RGB (Red+Green+Blue) = 41+80+101=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #295065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295065 is #D6AF9A. Grayscale: #464646. Windows color (decimal): -14069659 or 6639657. OLE color: 6639657.

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

Color convert

RGB 41 80 101 -
CMYK 0.59 0.21 0 0.60
HSL 201º 0.42% 0.28% -
HSV(B) 201º 0.59% 0.4% -
XYZ 6.13 7.15 13.37 -
YUV 70.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 41 80 101 0.59 0.21 0 0.60 201 0.42 0.28
Hex 29 50 65 3B 15 0 3C C9 2A 1C
Octal 51 120 145 73 25 0 74 311 52 34
Binary 101001 1010000 1100101 111011 10101 0 111100 11001001 101010 11100

Color Harmonies of #295065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295065

Black with #295065

Text Example


Text Example

White with #295065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295065; }

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

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

background-color css

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

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

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

border-color css

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

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

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