Html Css Color HEX #295098 Endeavour

📋 copy color: '#295098'

red 41 ◦ green 80 ◦ blue 152

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

Shades of Endeavour #295098

Tints of Endeavour #295098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 152 (59.77% from 255) = 55.68%

R = 15.02%
G = 29.3%
B = 55.68%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#295098 (or 0x295098) is known color: Endeavour. HEX triplet: 29, 50 and 98. RGB value is (41,80,152). Sum of RGB (Red+Green+Blue) = 41+80+152=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #295098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295098 is #D6AF67. Grayscale: #4C4C4C. Windows color (decimal): -14069608 or 9981993. OLE color: 9981993.

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

Color convert

RGB 41 80 152 -
CMYK 0.73 0.47 0 0.40
HSL 218.92º 0.58% 0.38% -
HSV(B) 218.92º 0.73% 0.6% -
XYZ 9.45 8.48 30.84 -
YUV 76.55 170.58 102.65 -
System Red Green Blue C M Y K H S L
Decimal 41 80 152 0.73 0.47 0 0.40 218.92 0.58 0.38
Hex 29 50 98 49 2F 0 28 DB 3A 26
Octal 51 120 230 111 57 0 50 333 72 46
Binary 101001 1010000 10011000 1001001 101111 0 101000 11011011 111010 100110

Color Harmonies of #295098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295098

Black with #295098

Text Example


Text Example

White with #295098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295098; }

 p { color: rgb(41,80,152); }

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

background-color css

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

 a { background-color: rgb(41,80,152); }

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

border-color css

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

 span { border-color: rgb(41,80,152); }

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