Html Css Color HEX #295692 Endeavour

📋 copy color: '#295692'

red 41 ◦ green 86 ◦ blue 146

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

Shades of Endeavour #295692

Tints of Endeavour #295692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.5%

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

R = 15.02%
G = 31.5%
B = 53.48%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#295692 (or 0x295692) is known color: Endeavour. HEX triplet: 29, 56 and 92. RGB value is (41,86,146). Sum of RGB (Red+Green+Blue) = 41+86+146=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #295692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295692 is #D6A96D. Grayscale: #4F4F4F. Windows color (decimal): -14068078 or 9590313. OLE color: 9590313.

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

Color convert

RGB 41 86 146 -
CMYK 0.72 0.41 0 0.43
HSL 214.29º 0.56% 0.37% -
HSV(B) 214.29º 0.72% 0.57% -
XYZ 9.43 9.2 28.47 -
YUV 79.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 41 86 146 0.72 0.41 0 0.43 214.29 0.56 0.37
Hex 29 56 92 48 29 0 2B D6 38 25
Octal 51 126 222 110 51 0 53 326 70 45
Binary 101001 1010110 10010010 1001000 101001 0 101011 11010110 111000 100101

Color Harmonies of #295692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295692

Black with #295692

Text Example


Text Example

White with #295692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295692; }

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

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

background-color css

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

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

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

border-color css

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

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

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