Html Css Color HEX #295C90 Endeavour

📋 copy color: '#295C90'

red 41 ◦ green 92 ◦ blue 144

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

Shades of Endeavour #295C90

Tints of Endeavour #295C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.21%

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

R = 14.8%
G = 33.21%
B = 51.99%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#295C90 (or 0x295C90) is known color: Endeavour. HEX triplet: 29, 5C and 90. RGB value is (41,92,144). Sum of RGB (Red+Green+Blue) = 41+92+144=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #295C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C90 is #D6A36F. Grayscale: #525252. Windows color (decimal): -14066544 or 9460777. OLE color: 9460777.

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

Color convert

RGB 41 92 144 -
CMYK 0.72 0.36 0 0.44
HSL 210.29º 0.56% 0.36% -
HSV(B) 210.29º 0.72% 0.56% -
XYZ 9.78 10.14 27.83 -
YUV 82.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 41 92 144 0.72 0.36 0 0.44 210.29 0.56 0.36
Hex 29 5C 90 48 24 0 2C D2 38 24
Octal 51 134 220 110 44 0 54 322 70 44
Binary 101001 1011100 10010000 1001000 100100 0 101100 11010010 111000 100100

Color Harmonies of #295C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C90

Black with #295C90

Text Example


Text Example

White with #295C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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