Html Css Color HEX #296493 Endeavour

📋 copy color: '#296493'

red 41 ◦ green 100 ◦ blue 147

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

Shades of Endeavour #296493

Tints of Endeavour #296493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.04%

R = 14.24%
G = 34.72%
B = 51.04%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#296493 (or 0x296493) is known color: Endeavour. HEX triplet: 29, 64 and 93. RGB value is (41,100,147). Sum of RGB (Red+Green+Blue) = 41+100+147=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #296493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296493 is #D69B6C. Grayscale: #575757. Windows color (decimal): -14064493 or 9659433. OLE color: 9659433.

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

Color convert

RGB 41 100 147 -
CMYK 0.72 0.32 0 0.42
HSL 206.6º 0.56% 0.37% -
HSV(B) 206.6º 0.72% 0.58% -
XYZ 10.74 11.69 29.29 -
YUV 87.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 41 100 147 0.72 0.32 0 0.42 206.6 0.56 0.37
Hex 29 64 93 48 20 0 2A CF 38 25
Octal 51 144 223 110 40 0 52 317 70 45
Binary 101001 1100100 10010011 1001000 100000 0 101010 11001111 111000 100101

Color Harmonies of #296493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296493

Black with #296493

Text Example


Text Example

White with #296493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296493; }

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

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

background-color css

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

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

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

border-color css

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

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

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