Html Css Color HEX #295F89 Endeavour

📋 copy color: '#295F89'

red 41 ◦ green 95 ◦ blue 137

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

Shades of Endeavour #295F89

Tints of Endeavour #295F89

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.8%

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

R = 15.02%
G = 34.8%
B = 50.18%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#295F89 (or 0x295F89) is known color: Endeavour. HEX triplet: 29, 5F and 89. RGB value is (41,95,137). Sum of RGB (Red+Green+Blue) = 41+95+137=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #295F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295F89 is #D6A076. Grayscale: #535353. Windows color (decimal): -14065783 or 9002793. OLE color: 9002793.

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

Color convert

RGB 41 95 137 -
CMYK 0.70 0.31 0 0.46
HSL 206.25º 0.54% 0.35% -
HSV(B) 206.25º 0.7% 0.54% -
XYZ 9.52 10.46 25.18 -
YUV 83.64 158.11 97.58 -
System Red Green Blue C M Y K H S L
Decimal 41 95 137 0.70 0.31 0 0.46 206.25 0.54 0.35
Hex 29 5F 89 46 1F 0 2E CE 36 23
Octal 51 137 211 106 37 0 56 316 66 43
Binary 101001 1011111 10001001 1000110 11111 0 101110 11001110 110110 100011

Color Harmonies of #295F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F89

Black with #295F89

Text Example


Text Example

White with #295F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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