Html Css Color HEX #295D8E Endeavour

📋 copy color: '#295D8E'

red 41 ◦ green 93 ◦ blue 142

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

Shades of Endeavour #295D8E

Tints of Endeavour #295D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 51.45%

R = 14.86%
G = 33.7%
B = 51.45%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#295D8E (or 0x295D8E) is known color: Endeavour. HEX triplet: 29, 5D and 8E. RGB value is (41,93,142). Sum of RGB (Red+Green+Blue) = 41+93+142=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #295D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D8E is #D6A271. Grayscale: #525252. Windows color (decimal): -14066290 or 9329961. OLE color: 9329961.

HSL color Cylindrical-coordinate representation of color #295D8E: hue angle of 209.11º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #295D8E is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 93 142 -
CMYK 0.71 0.35 0 0.44
HSL 209.11º 0.55% 0.36% -
HSV(B) 209.11º 0.71% 0.56% -
XYZ 9.71 10.25 27.06 -
YUV 83.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 41 93 142 0.71 0.35 0 0.44 209.11 0.55 0.36
Hex 29 5D 8E 47 23 0 2C D1 37 24
Octal 51 135 216 107 43 0 54 321 67 44
Binary 101001 1011101 10001110 1000111 100011 0 101100 11010001 110111 100100

Color Harmonies of #295D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D8E

Black with #295D8E

Text Example


Text Example

White with #295D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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