Html Css Color HEX #295D90 Endeavour

📋 copy color: '#295D90'

red 41 ◦ green 93 ◦ blue 144

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

Shades of Endeavour #295D90

Tints of Endeavour #295D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.45%

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

R = 14.75%
G = 33.45%
B = 51.8%

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

#295D90 (or 0x295D90) is known color: Endeavour. HEX triplet: 29, 5D and 90. RGB value is (41,93,144). Sum of RGB (Red+Green+Blue) = 41+93+144=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #295D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D90 is #D6A26F. Grayscale: #535353. Windows color (decimal): -14066288 or 9461033. OLE color: 9461033.

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

Color convert

RGB 41 93 144 -
CMYK 0.72 0.35 0 0.44
HSL 209.71º 0.56% 0.36% -
HSV(B) 209.71º 0.72% 0.56% -
XYZ 9.86 10.31 27.86 -
YUV 83.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 41 93 144 0.72 0.35 0 0.44 209.71 0.56 0.36
Hex 29 5D 90 48 23 0 2C D2 38 24
Octal 51 135 220 110 43 0 54 322 70 44
Binary 101001 1011101 10010000 1001000 100011 0 101100 11010010 111000 100100

Color Harmonies of #295D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D90

Black with #295D90

Text Example


Text Example

White with #295D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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