Html Css Color HEX #295890 Endeavour

📋 copy color: '#295890'

red 41 ◦ green 88 ◦ blue 144

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

Shades of Endeavour #295890

Tints of Endeavour #295890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

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

R = 15.02%
G = 32.23%
B = 52.75%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#295890 (or 0x295890) is known color: Endeavour. HEX triplet: 29, 58 and 90. RGB value is (41,88,144). Sum of RGB (Red+Green+Blue) = 41+88+144=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #295890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295890 is #D6A76F. Grayscale: #505050. Windows color (decimal): -14067568 or 9459753. OLE color: 9459753.

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

Color convert

RGB 41 88 144 -
CMYK 0.72 0.39 0 0.44
HSL 212.62º 0.56% 0.36% -
HSV(B) 212.62º 0.72% 0.56% -
XYZ 9.44 9.46 27.71 -
YUV 80.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 41 88 144 0.72 0.39 0 0.44 212.62 0.56 0.36
Hex 29 58 90 48 27 0 2C D5 38 24
Octal 51 130 220 110 47 0 54 325 70 44
Binary 101001 1011000 10010000 1001000 100111 0 101100 11010101 111000 100100

Color Harmonies of #295890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295890

Black with #295890

Text Example


Text Example

White with #295890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295890; }

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

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

background-color css

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

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

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

border-color css

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

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

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