Html Css Color HEX #295992 Endeavour

📋 copy color: '#295992'

red 41 ◦ green 89 ◦ blue 146

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

Shades of Endeavour #295992

Tints of Endeavour #295992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.9%

R = 14.86%
G = 32.25%
B = 52.9%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#295992 (or 0x295992) is known color: Endeavour. HEX triplet: 29, 59 and 92. RGB value is (41,89,146). Sum of RGB (Red+Green+Blue) = 41+89+146=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #295992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295992 is #D6A66D. Grayscale: #505050. Windows color (decimal): -14067310 or 9591081. OLE color: 9591081.

HSL color Cylindrical-coordinate representation of color #295992: hue angle of 212.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295992 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 89 146 -
CMYK 0.72 0.39 0 0.43
HSL 212.57º 0.56% 0.37% -
HSV(B) 212.57º 0.72% 0.57% -
XYZ 9.68 9.69 28.55 -
YUV 81.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 41 89 146 0.72 0.39 0 0.43 212.57 0.56 0.37
Hex 29 59 92 48 27 0 2B D5 38 25
Octal 51 131 222 110 47 0 53 325 70 45
Binary 101001 1011001 10010010 1001000 100111 0 101011 11010101 111000 100101

Color Harmonies of #295992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295992

Black with #295992

Text Example


Text Example

White with #295992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295992; }

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

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

background-color css

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

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

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

border-color css

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

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

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