Html Css Color HEX #295289 Endeavour

📋 copy color: '#295289'

red 41 ◦ green 82 ◦ blue 137

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

Shades of Endeavour #295289

Tints of Endeavour #295289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.54%

 BLUE value IS 137 (53.91% from 255) = 52.69%

R = 15.77%
G = 31.54%
B = 52.69%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#295289 (or 0x295289) is known color: Endeavour. HEX triplet: 29, 52 and 89. RGB value is (41,82,137). Sum of RGB (Red+Green+Blue) = 41+82+137=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #295289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295289 is #D6AD76. Grayscale: #4B4B4B. Windows color (decimal): -14069111 or 8999465. OLE color: 8999465.

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

Color convert

RGB 41 82 137 -
CMYK 0.70 0.40 0 0.46
HSL 214.38º 0.54% 0.35% -
HSV(B) 214.38º 0.7% 0.54% -
XYZ 8.45 8.31 24.83 -
YUV 76.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 41 82 137 0.70 0.40 0 0.46 214.38 0.54 0.35
Hex 29 52 89 46 28 0 2E D6 36 23
Octal 51 122 211 106 50 0 56 326 66 43
Binary 101001 1010010 10001001 1000110 101000 0 101110 11010110 110110 100011

Color Harmonies of #295289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295289

Black with #295289

Text Example


Text Example

White with #295289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295289; }

 p { color: rgb(41,82,137); }

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

background-color css

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

 a { background-color: rgb(41,82,137); }

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

border-color css

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

 span { border-color: rgb(41,82,137); }

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