Html Css Color HEX #295E90 Endeavour

📋 copy color: '#295E90'

red 41 ◦ green 94 ◦ blue 144

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

Shades of Endeavour #295E90

Tints of Endeavour #295E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.69%

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

R = 14.7%
G = 33.69%
B = 51.61%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#295E90 (or 0x295E90) is known color: Endeavour. HEX triplet: 29, 5E and 90. RGB value is (41,94,144). Sum of RGB (Red+Green+Blue) = 41+94+144=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #295E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295E90 is #D6A16F. Grayscale: #535353. Windows color (decimal): -14066032 or 9461289. OLE color: 9461289.

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

Color convert

RGB 41 94 144 -
CMYK 0.72 0.35 0 0.44
HSL 209.13º 0.56% 0.36% -
HSV(B) 209.13º 0.72% 0.56% -
XYZ 9.95 10.49 27.89 -
YUV 83.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 41 94 144 0.72 0.35 0 0.44 209.13 0.56 0.36
Hex 29 5E 90 48 23 0 2C D1 38 24
Octal 51 136 220 110 43 0 54 321 70 44
Binary 101001 1011110 10010000 1001000 100011 0 101100 11010001 111000 100100

Color Harmonies of #295E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E90

Black with #295E90

Text Example


Text Example

White with #295E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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