Html Css Color HEX #295F90 Endeavour

📋 copy color: '#295F90'

red 41 ◦ green 95 ◦ blue 144

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

Shades of Endeavour #295F90

Tints of Endeavour #295F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

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

R = 14.64%
G = 33.93%
B = 51.43%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#295F90 (or 0x295F90) is known color: Endeavour. HEX triplet: 29, 5F and 90. RGB value is (41,95,144). Sum of RGB (Red+Green+Blue) = 41+95+144=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #295F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295F90 is #D6A06F. Grayscale: #545454. Windows color (decimal): -14065776 or 9461545. OLE color: 9461545.

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

Color convert

RGB 41 95 144 -
CMYK 0.72 0.34 0 0.44
HSL 208.54º 0.56% 0.36% -
HSV(B) 208.54º 0.72% 0.56% -
XYZ 10.04 10.67 27.92 -
YUV 84.44 161.61 97.02 -
System Red Green Blue C M Y K H S L
Decimal 41 95 144 0.72 0.34 0 0.44 208.54 0.56 0.36
Hex 29 5F 90 48 22 0 2C D1 38 24
Octal 51 137 220 110 42 0 54 321 70 44
Binary 101001 1011111 10010000 1001000 100010 0 101100 11010001 111000 100100

Color Harmonies of #295F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F90

Black with #295F90

Text Example


Text Example

White with #295F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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