Html Css Color HEX #295893 Endeavour

📋 copy color: '#295893'

red 41 ◦ green 88 ◦ blue 147

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

Shades of Endeavour #295893

Tints of Endeavour #295893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

 BLUE value IS 147 (57.81% from 255) = 53.26%

R = 14.86%
G = 31.88%
B = 53.26%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#295893 (or 0x295893) is known color: Endeavour. HEX triplet: 29, 58 and 93. RGB value is (41,88,147). Sum of RGB (Red+Green+Blue) = 41+88+147=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #295893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295893 is #D6A76C. Grayscale: #505050. Windows color (decimal): -14067565 or 9656361. OLE color: 9656361.

HSL color Cylindrical-coordinate representation of color #295893: hue angle of 213.4º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295893 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 88 147 -
CMYK 0.72 0.40 0 0.42
HSL 213.4º 0.56% 0.37% -
HSV(B) 213.4º 0.72% 0.58% -
XYZ 9.67 9.56 28.94 -
YUV 80.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 41 88 147 0.72 0.40 0 0.42 213.4 0.56 0.37
Hex 29 58 93 48 28 0 2A D5 38 25
Octal 51 130 223 110 50 0 52 325 70 45
Binary 101001 1011000 10010011 1001000 101000 0 101010 11010101 111000 100101

Color Harmonies of #295893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295893

Black with #295893

Text Example


Text Example

White with #295893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295893; }

 p { color: rgb(41,88,147); }

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

background-color css

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

 a { background-color: rgb(41,88,147); }

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

border-color css

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

 span { border-color: rgb(41,88,147); }

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