Html Css Color HEX #296193 Endeavour

📋 copy color: '#296193'

red 41 ◦ green 97 ◦ blue 147

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

Shades of Endeavour #296193

Tints of Endeavour #296193

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

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

R = 14.39%
G = 34.04%
B = 51.58%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#296193 (or 0x296193) is known color: Endeavour. HEX triplet: 29, 61 and 93. RGB value is (41,97,147). Sum of RGB (Red+Green+Blue) = 41+97+147=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #296193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296193 is #D69E6C. Grayscale: #555555. Windows color (decimal): -14065261 or 9658665. OLE color: 9658665.

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

Color convert

RGB 41 97 147 -
CMYK 0.72 0.34 0 0.42
HSL 208.3º 0.56% 0.37% -
HSV(B) 208.3º 0.72% 0.58% -
XYZ 10.46 11.13 29.2 -
YUV 85.96 162.45 95.93 -
System Red Green Blue C M Y K H S L
Decimal 41 97 147 0.72 0.34 0 0.42 208.3 0.56 0.37
Hex 29 61 93 48 22 0 2A D0 38 25
Octal 51 141 223 110 42 0 52 320 70 45
Binary 101001 1100001 10010011 1001000 100010 0 101010 11010000 111000 100101

Color Harmonies of #296193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296193

Black with #296193

Text Example


Text Example

White with #296193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296193; }

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

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

background-color css

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

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

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

border-color css

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

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

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