Html Css Color HEX #295985 Endeavour

📋 copy color: '#295985'

red 41 ◦ green 89 ◦ blue 133

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

Shades of Endeavour #295985

Tints of Endeavour #295985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.84%

 BLUE value IS 133 (52.34% from 255) = 50.57%

R = 15.59%
G = 33.84%
B = 50.57%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#295985 (or 0x295985) is known color: Endeavour. HEX triplet: 29, 59 and 85. RGB value is (41,89,133). Sum of RGB (Red+Green+Blue) = 41+89+133=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #295985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295985 is #D6A67A. Grayscale: #4F4F4F. Windows color (decimal): -14067323 or 8739113. OLE color: 8739113.

HSL color Cylindrical-coordinate representation of color #295985: hue angle of 208.7º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295985 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 89 133 -
CMYK 0.69 0.33 0 0.48
HSL 208.7º 0.53% 0.34% -
HSV(B) 208.7º 0.69% 0.52% -
XYZ 8.72 9.31 23.53 -
YUV 79.66 158.1 100.42 -
System Red Green Blue C M Y K H S L
Decimal 41 89 133 0.69 0.33 0 0.48 208.7 0.53 0.34
Hex 29 59 85 45 21 0 30 D1 35 22
Octal 51 131 205 105 41 0 60 321 65 42
Binary 101001 1011001 10000101 1000101 100001 0 110000 11010001 110101 100010

Color Harmonies of #295985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295985

Black with #295985

Text Example


Text Example

White with #295985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295985; }

 p { color: rgb(41,89,133); }

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

background-color css

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

 a { background-color: rgb(41,89,133); }

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

border-color css

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

 span { border-color: rgb(41,89,133); }

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