Html Css Color HEX #295299 Endeavour

📋 copy color: '#295299'

red 41 ◦ green 82 ◦ blue 153

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

Shades of Endeavour #295299

Tints of Endeavour #295299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.71%

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

R = 14.86%
G = 29.71%
B = 55.43%

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

#295299 (or 0x295299) is known color: Endeavour. HEX triplet: 29, 52 and 99. RGB value is (41,82,153). Sum of RGB (Red+Green+Blue) = 41+82+153=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #295299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295299 is #D6AD66. Grayscale: #4D4D4D. Windows color (decimal): -14069095 or 10048041. OLE color: 10048041.

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

Color convert

RGB 41 82 153 -
CMYK 0.73 0.46 0 0.4
HSL 218.04º 0.58% 0.38% -
HSV(B) 218.04º 0.73% 0.6% -
XYZ 9.68 8.81 31.33 -
YUV 77.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 41 82 153 0.73 0.46 0 0.4 218.04 0.58 0.38
Hex 29 52 99 49 2E 0 28 DA 3A 26
Octal 51 122 231 111 56 0 50 332 72 46
Binary 101001 1010010 10011001 1001001 101110 0 101000 11011010 111010 100110

Color Harmonies of #295299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295299

Black with #295299

Text Example


Text Example

White with #295299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295299; }

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

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

background-color css

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

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

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

border-color css

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

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

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