Html Css Color HEX #295690 Endeavour

📋 copy color: '#295690'

red 41 ◦ green 86 ◦ blue 144

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

Shades of Endeavour #295690

Tints of Endeavour #295690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.73%

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

R = 15.13%
G = 31.73%
B = 53.14%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#295690 (or 0x295690) is known color: Endeavour. HEX triplet: 29, 56 and 90. RGB value is (41,86,144). Sum of RGB (Red+Green+Blue) = 41+86+144=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #295690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295690 is #D6A96F. Grayscale: #4E4E4E. Windows color (decimal): -14068080 or 9459241. OLE color: 9459241.

HSL color Cylindrical-coordinate representation of color #295690: hue angle of 213.79º 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 #295690 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 86 144 -
CMYK 0.72 0.40 0 0.44
HSL 213.79º 0.56% 0.36% -
HSV(B) 213.79º 0.72% 0.56% -
XYZ 9.28 9.14 27.66 -
YUV 79.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 41 86 144 0.72 0.40 0 0.44 213.79 0.56 0.36
Hex 29 56 90 48 28 0 2C D6 38 24
Octal 51 126 220 110 50 0 54 326 70 44
Binary 101001 1010110 10010000 1001000 101000 0 101100 11010110 111000 100100

Color Harmonies of #295690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295690

Black with #295690

Text Example


Text Example

White with #295690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295690; }

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

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

background-color css

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

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

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

border-color css

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

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

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