Html Css Color HEX #296194 Endeavour

📋 copy color: '#296194'

red 41 ◦ green 97 ◦ blue 148

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

Shades of Endeavour #296194

Tints of Endeavour #296194

RGB

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

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

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

R = 14.34%
G = 33.92%
B = 51.75%

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

#296194 (or 0x296194) is known color: Endeavour. HEX triplet: 29, 61 and 94. RGB value is (41,97,148). Sum of RGB (Red+Green+Blue) = 41+97+148=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #296194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296194 is #D69E6B. Grayscale: #555555. Windows color (decimal): -14065260 or 9724201. OLE color: 9724201.

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

Color convert

RGB 41 97 148 -
CMYK 0.72 0.34 0 0.42
HSL 208.6º 0.57% 0.37% -
HSV(B) 208.6º 0.72% 0.58% -
XYZ 10.53 11.16 29.62 -
YUV 86.07 162.95 95.85 -
System Red Green Blue C M Y K H S L
Decimal 41 97 148 0.72 0.34 0 0.42 208.6 0.57 0.37
Hex 29 61 94 48 22 0 2A D1 39 25
Octal 51 141 224 110 42 0 52 321 71 45
Binary 101001 1100001 10010100 1001000 100010 0 101010 11010001 111001 100101

Color Harmonies of #296194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296194

Black with #296194

Text Example


Text Example

White with #296194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296194; }

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

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

background-color css

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

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

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

border-color css

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

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

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