Html Css Color HEX #295487 Endeavour

📋 copy color: '#295487'

red 41 ◦ green 84 ◦ blue 135

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

Shades of Endeavour #295487

Tints of Endeavour #295487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.31%

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

R = 15.77%
G = 32.31%
B = 51.92%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#295487 (or 0x295487) is known color: Endeavour. HEX triplet: 29, 54 and 87. RGB value is (41,84,135). Sum of RGB (Red+Green+Blue) = 41+84+135=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #295487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295487 is #D6AB78. Grayscale: #4C4C4C. Windows color (decimal): -14068601 or 8868905. OLE color: 8868905.

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

Color convert

RGB 41 84 135 -
CMYK 0.70 0.38 0 0.47
HSL 212.55º 0.53% 0.35% -
HSV(B) 212.55º 0.7% 0.53% -
XYZ 8.46 8.56 24.13 -
YUV 76.96 160.75 102.35 -
System Red Green Blue C M Y K H S L
Decimal 41 84 135 0.70 0.38 0 0.47 212.55 0.53 0.35
Hex 29 54 87 46 26 0 2F D5 35 23
Octal 51 124 207 106 46 0 57 325 65 43
Binary 101001 1010100 10000111 1000110 100110 0 101111 11010101 110101 100011

Color Harmonies of #295487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295487

Black with #295487

Text Example


Text Example

White with #295487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295487; }

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

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

background-color css

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

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

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

border-color css

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

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

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