Html Css Color HEX #295A89 Endeavour

📋 copy color: '#295A89'

red 41 ◦ green 90 ◦ blue 137

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

Shades of Endeavour #295A89

Tints of Endeavour #295A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.58%

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

R = 15.3%
G = 33.58%
B = 51.12%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#295A89 (or 0x295A89) is known color: Endeavour. HEX triplet: 29, 5A and 89. RGB value is (41,90,137). Sum of RGB (Red+Green+Blue) = 41+90+137=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #295A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295A89 is #D6A576. Grayscale: #505050. Windows color (decimal): -14067063 or 9001513. OLE color: 9001513.

HSL color Cylindrical-coordinate representation of color #295A89: hue angle of 209.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 #295A89 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 90 137 -
CMYK 0.70 0.34 0 0.46
HSL 209.38º 0.54% 0.35% -
HSV(B) 209.38º 0.7% 0.54% -
XYZ 9.09 9.59 25.04 -
YUV 80.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 41 90 137 0.70 0.34 0 0.46 209.38 0.54 0.35
Hex 29 5A 89 46 22 0 2E D1 36 23
Octal 51 132 211 106 42 0 56 321 66 43
Binary 101001 1011010 10001001 1000110 100010 0 101110 11010001 110110 100011

Color Harmonies of #295A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A89

Black with #295A89

Text Example


Text Example

White with #295A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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