Html Css Color HEX #295399 Endeavour

📋 copy color: '#295399'

red 41 ◦ green 83 ◦ blue 153

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

Shades of Endeavour #295399

Tints of Endeavour #295399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.96%

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

R = 14.8%
G = 29.96%
B = 55.23%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#295399 (or 0x295399) is known color: Endeavour. HEX triplet: 29, 53 and 99. RGB value is (41,83,153). Sum of RGB (Red+Green+Blue) = 41+83+153=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #295399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295399 is #D6AC66. Grayscale: #4E4E4E. Windows color (decimal): -14068839 or 10048297. OLE color: 10048297.

HSL color Cylindrical-coordinate representation of color #295399: hue angle of 217.5º 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 #295399 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 83 153 -
CMYK 0.73 0.46 0 0.4
HSL 217.5º 0.58% 0.38% -
HSV(B) 217.5º 0.73% 0.6% -
XYZ 9.76 8.96 31.35 -
YUV 78.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 41 83 153 0.73 0.46 0 0.4 217.5 0.58 0.38
Hex 29 53 99 49 2E 0 28 DA 3A 26
Octal 51 123 231 111 56 0 50 332 72 46
Binary 101001 1010011 10011001 1001001 101110 0 101000 11011010 111010 100110

Color Harmonies of #295399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295399

Black with #295399

Text Example


Text Example

White with #295399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295399; }

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

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

background-color css

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

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

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

border-color css

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

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

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