Html Css Color HEX #296492 Endeavour

📋 copy color: '#296492'

red 41 ◦ green 100 ◦ blue 146

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

Shades of Endeavour #296492

Tints of Endeavour #296492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.84%

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

R = 14.29%
G = 34.84%
B = 50.87%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#296492 (or 0x296492) is known color: Endeavour. HEX triplet: 29, 64 and 92. RGB value is (41,100,146). Sum of RGB (Red+Green+Blue) = 41+100+146=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #296492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296492 is #D69B6D. Grayscale: #575757. Windows color (decimal): -14064494 or 9593897. OLE color: 9593897.

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

Color convert

RGB 41 100 146 -
CMYK 0.72 0.32 0 0.43
HSL 206.29º 0.56% 0.37% -
HSV(B) 206.29º 0.72% 0.57% -
XYZ 10.66 11.66 28.88 -
YUV 87.6 160.95 94.76 -
System Red Green Blue C M Y K H S L
Decimal 41 100 146 0.72 0.32 0 0.43 206.29 0.56 0.37
Hex 29 64 92 48 20 0 2B CE 38 25
Octal 51 144 222 110 40 0 53 316 70 45
Binary 101001 1100100 10010010 1001000 100000 0 101011 11001110 111000 100101

Color Harmonies of #296492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296492

Black with #296492

Text Example


Text Example

White with #296492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296492; }

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

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

background-color css

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

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

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

border-color css

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

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

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