Html Css Color HEX #295887 Endeavour

📋 copy color: '#295887'

red 41 ◦ green 88 ◦ blue 135

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

Shades of Endeavour #295887

Tints of Endeavour #295887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.14%

R = 15.53%
G = 33.33%
B = 51.14%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#295887 (or 0x295887) is known color: Endeavour. HEX triplet: 29, 58 and 87. RGB value is (41,88,135). Sum of RGB (Red+Green+Blue) = 41+88+135=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #295887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295887 is #D6A778. Grayscale: #4F4F4F. Windows color (decimal): -14067577 or 8869929. OLE color: 8869929.

HSL color Cylindrical-coordinate representation of color #295887: hue angle of 210º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295887 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 88 135 -
CMYK 0.70 0.35 0 0.47
HSL 210º 0.53% 0.35% -
HSV(B) 210º 0.7% 0.53% -
XYZ 8.78 9.2 24.23 -
YUV 79.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 41 88 135 0.70 0.35 0 0.47 210 0.53 0.35
Hex 29 58 87 46 23 0 2F D2 35 23
Octal 51 130 207 106 43 0 57 322 65 43
Binary 101001 1011000 10000111 1000110 100011 0 101111 11010010 110101 100011

Color Harmonies of #295887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295887

Black with #295887

Text Example


Text Example

White with #295887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295887; }

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

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

background-color css

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

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

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

border-color css

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

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

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