Html Css Color HEX #295398 Endeavour

📋 copy color: '#295398'

red 41 ◦ green 83 ◦ blue 152

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

Shades of Endeavour #295398

Tints of Endeavour #295398

RGB

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

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

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

R = 14.86%
G = 30.07%
B = 55.07%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#295398 (or 0x295398) is known color: Endeavour. HEX triplet: 29, 53 and 98. RGB value is (41,83,152). Sum of RGB (Red+Green+Blue) = 41+83+152=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #295398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295398 is #D6AC67. Grayscale: #4D4D4D. Windows color (decimal): -14068840 or 9982761. OLE color: 9982761.

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

Color convert

RGB 41 83 152 -
CMYK 0.73 0.45 0 0.40
HSL 217.3º 0.58% 0.38% -
HSV(B) 217.3º 0.73% 0.6% -
XYZ 9.68 8.92 30.92 -
YUV 78.31 169.59 101.39 -
System Red Green Blue C M Y K H S L
Decimal 41 83 152 0.73 0.45 0 0.40 217.3 0.58 0.38
Hex 29 53 98 49 2D 0 28 D9 3A 26
Octal 51 123 230 111 55 0 50 331 72 46
Binary 101001 1010011 10011000 1001001 101101 0 101000 11011001 111010 100110

Color Harmonies of #295398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295398

Black with #295398

Text Example


Text Example

White with #295398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295398; }

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

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

background-color css

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

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

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

border-color css

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

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

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