Html Css Color HEX #296593 Endeavour

📋 copy color: '#296593'

red 41 ◦ green 101 ◦ blue 147

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

Shades of Endeavour #296593

Tints of Endeavour #296593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.95%

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

R = 14.19%
G = 34.95%
B = 50.87%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#296593 (or 0x296593) is known color: Endeavour. HEX triplet: 29, 65 and 93. RGB value is (41,101,147). Sum of RGB (Red+Green+Blue) = 41+101+147=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #296593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296593 is #D69A6C. Grayscale: #585858. Windows color (decimal): -14064237 or 9659689. OLE color: 9659689.

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

Color convert

RGB 41 101 147 -
CMYK 0.72 0.31 0 0.42
HSL 206.04º 0.56% 0.37% -
HSV(B) 206.04º 0.72% 0.58% -
XYZ 10.83 11.89 29.33 -
YUV 88.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 41 101 147 0.72 0.31 0 0.42 206.04 0.56 0.37
Hex 29 65 93 48 1F 0 2A CE 38 25
Octal 51 145 223 110 37 0 52 316 70 45
Binary 101001 1100101 10010011 1001000 11111 0 101010 11001110 111000 100101

Color Harmonies of #296593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296593

Black with #296593

Text Example


Text Example

White with #296593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296593; }

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

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

background-color css

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

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

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

border-color css

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

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

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