Html Css Color HEX #295990 Endeavour

📋 copy color: '#295990'

red 41 ◦ green 89 ◦ blue 144

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

Shades of Endeavour #295990

Tints of Endeavour #295990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.48%

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

R = 14.96%
G = 32.48%
B = 52.55%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#295990 (or 0x295990) is known color: Endeavour. HEX triplet: 29, 59 and 90. RGB value is (41,89,144). Sum of RGB (Red+Green+Blue) = 41+89+144=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #295990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295990 is #D6A66F. Grayscale: #505050. Windows color (decimal): -14067312 or 9460009. OLE color: 9460009.

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

Color convert

RGB 41 89 144 -
CMYK 0.72 0.38 0 0.44
HSL 212.04º 0.56% 0.36% -
HSV(B) 212.04º 0.72% 0.56% -
XYZ 9.52 9.63 27.74 -
YUV 80.92 163.6 99.53 -
System Red Green Blue C M Y K H S L
Decimal 41 89 144 0.72 0.38 0 0.44 212.04 0.56 0.36
Hex 29 59 90 48 26 0 2C D4 38 24
Octal 51 131 220 110 46 0 54 324 70 44
Binary 101001 1011001 10010000 1001000 100110 0 101100 11010100 111000 100100

Color Harmonies of #295990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295990

Black with #295990

Text Example


Text Example

White with #295990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295990; }

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

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

background-color css

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

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

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

border-color css

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

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

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