Html Css Color HEX #296394 Endeavour

📋 copy color: '#296394'

red 41 ◦ green 99 ◦ blue 148

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

Shades of Endeavour #296394

Tints of Endeavour #296394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.38%

 BLUE value IS 148 (58.2% from 255) = 51.39%

R = 14.24%
G = 34.38%
B = 51.39%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#296394 (or 0x296394) is known color: Endeavour. HEX triplet: 29, 63 and 94. RGB value is (41,99,148). Sum of RGB (Red+Green+Blue) = 41+99+148=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #296394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296394 is #D69C6B. Grayscale: #565656. Windows color (decimal): -14064748 or 9724713. OLE color: 9724713.

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

Color convert

RGB 41 99 148 -
CMYK 0.72 0.33 0 0.42
HSL 207.48º 0.57% 0.37% -
HSV(B) 207.48º 0.72% 0.58% -
XYZ 10.72 11.53 29.68 -
YUV 87.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 41 99 148 0.72 0.33 0 0.42 207.48 0.57 0.37
Hex 29 63 94 48 21 0 2A CF 39 25
Octal 51 143 224 110 41 0 52 317 71 45
Binary 101001 1100011 10010100 1001000 100001 0 101010 11001111 111001 100101

Color Harmonies of #296394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296394

Black with #296394

Text Example


Text Example

White with #296394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296394; }

 p { color: rgb(41,99,148); }

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

background-color css

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

 a { background-color: rgb(41,99,148); }

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

border-color css

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

 span { border-color: rgb(41,99,148); }

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