Html Css Color HEX #295190 Endeavour

📋 copy color: '#295190'

red 41 ◦ green 81 ◦ blue 144

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

Shades of Endeavour #295190

Tints of Endeavour #295190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 15.41%
G = 30.45%
B = 54.14%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#295190 (or 0x295190) is known color: Endeavour. HEX triplet: 29, 51 and 90. RGB value is (41,81,144). Sum of RGB (Red+Green+Blue) = 41+81+144=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #295190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295190 is #D6AE6F. Grayscale: #4B4B4B. Windows color (decimal): -14069360 or 9457961. OLE color: 9457961.

HSL color Cylindrical-coordinate representation of color #295190: hue angle of 216.7º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295190 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 81 144 -
CMYK 0.72 0.44 0 0.44
HSL 216.7º 0.56% 0.36% -
HSV(B) 216.7º 0.72% 0.56% -
XYZ 8.89 8.37 27.53 -
YUV 76.22 166.25 102.88 -
System Red Green Blue C M Y K H S L
Decimal 41 81 144 0.72 0.44 0 0.44 216.7 0.56 0.36
Hex 29 51 90 48 2C 0 2C D9 38 24
Octal 51 121 220 110 54 0 54 331 70 44
Binary 101001 1010001 10010000 1001000 101100 0 101100 11011001 111000 100100

Color Harmonies of #295190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295190

Black with #295190

Text Example


Text Example

White with #295190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295190; }

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

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

background-color css

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

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

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

border-color css

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

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

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