Html Css Color HEX #295F99 Endeavour

📋 copy color: '#295F99'

red 41 ◦ green 95 ◦ blue 153

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

Shades of Endeavour #295F99

Tints of Endeavour #295F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.94%

R = 14.19%
G = 32.87%
B = 52.94%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#295F99 (or 0x295F99) is known color: Endeavour. HEX triplet: 29, 5F and 99. RGB value is (41,95,153). Sum of RGB (Red+Green+Blue) = 41+95+153=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #295F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295F99 is #D6A066. Grayscale: #555555. Windows color (decimal): -14065767 or 10051369. OLE color: 10051369.

HSL color Cylindrical-coordinate representation of color #295F99: hue angle of 211.07º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295F99 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 95 153 -
CMYK 0.73 0.38 0 0.4
HSL 211.07º 0.58% 0.38% -
HSV(B) 211.07º 0.73% 0.6% -
XYZ 10.76 10.96 31.68 -
YUV 85.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 41 95 153 0.73 0.38 0 0.4 211.07 0.58 0.38
Hex 29 5F 99 49 26 0 28 D3 3A 26
Octal 51 137 231 111 46 0 50 323 72 46
Binary 101001 1011111 10011001 1001001 100110 0 101000 11010011 111010 100110

Color Harmonies of #295F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F99

Black with #295F99

Text Example


Text Example

White with #295F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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