Html Css Color HEX #295265 Arapawa

📋 copy color: '#295265'

red 41 ◦ green 82 ◦ blue 101

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

Shades of Arapawa #295265

Tints of Arapawa #295265

RGB

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

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

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

R = 18.3%
G = 36.61%
B = 45.09%

CMYK

 C value IS 0.59

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#295265 (or 0x295265) is known color: Arapawa. HEX triplet: 29, 52 and 65. RGB value is (41,82,101). Sum of RGB (Red+Green+Blue) = 41+82+101=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #295265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295265 is #D6AD9A. Grayscale: #474747. Windows color (decimal): -14069147 or 6640169. OLE color: 6640169.

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

Color convert

RGB 41 82 101 -
CMYK 0.59 0.19 0 0.60
HSL 199º 0.42% 0.28% -
HSV(B) 199º 0.59% 0.4% -
XYZ 6.28 7.45 13.42 -
YUV 71.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 41 82 101 0.59 0.19 0 0.60 199 0.42 0.28
Hex 29 52 65 3B 13 0 3C C7 2A 1C
Octal 51 122 145 73 23 0 74 307 52 34
Binary 101001 1010010 1100101 111011 10011 0 111100 11000111 101010 11100

Color Harmonies of #295265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295265

Black with #295265

Text Example


Text Example

White with #295265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295265; }

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

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

background-color css

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

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

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

border-color css

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

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

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