Html Css Color HEX #295892 Endeavour

📋 copy color: '#295892'

red 41 ◦ green 88 ◦ blue 146

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

Shades of Endeavour #295892

Tints of Endeavour #295892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

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

R = 14.91%
G = 32%
B = 53.09%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#295892 (or 0x295892) is known color: Endeavour. HEX triplet: 29, 58 and 92. RGB value is (41,88,146). Sum of RGB (Red+Green+Blue) = 41+88+146=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #295892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295892 is #D6A76D. Grayscale: #505050. Windows color (decimal): -14067566 or 9590825. OLE color: 9590825.

HSL color Cylindrical-coordinate representation of color #295892: hue angle of 213.14º 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 #295892 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 88 146 -
CMYK 0.72 0.40 0 0.43
HSL 213.14º 0.56% 0.37% -
HSV(B) 213.14º 0.72% 0.57% -
XYZ 9.59 9.53 28.53 -
YUV 80.56 164.93 99.78 -
System Red Green Blue C M Y K H S L
Decimal 41 88 146 0.72 0.40 0 0.43 213.14 0.56 0.37
Hex 29 58 92 48 28 0 2B D5 38 25
Octal 51 130 222 110 50 0 53 325 70 45
Binary 101001 1011000 10010010 1001000 101000 0 101011 11010101 111000 100101

Color Harmonies of #295892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295892

Black with #295892

Text Example


Text Example

White with #295892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295892; }

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

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

background-color css

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

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

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

border-color css

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

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

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