Html Css Color HEX #296594 Endeavour

📋 copy color: '#296594'

red 41 ◦ green 101 ◦ blue 148

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

Shades of Endeavour #296594

Tints of Endeavour #296594

RGB

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

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

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

R = 14.14%
G = 34.83%
B = 51.03%

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

#296594 (or 0x296594) is known color: Endeavour. HEX triplet: 29, 65 and 94. RGB value is (41,101,148). Sum of RGB (Red+Green+Blue) = 41+101+148=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #296594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296594 is #D69A6B. Grayscale: #585858. Windows color (decimal): -14064236 or 9725225. OLE color: 9725225.

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

Color convert

RGB 41 101 148 -
CMYK 0.72 0.32 0 0.42
HSL 206.36º 0.57% 0.37% -
HSV(B) 206.36º 0.72% 0.58% -
XYZ 10.91 11.92 29.74 -
YUV 88.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 41 101 148 0.72 0.32 0 0.42 206.36 0.57 0.37
Hex 29 65 94 48 20 0 2A CE 39 25
Octal 51 145 224 110 40 0 52 316 71 45
Binary 101001 1100101 10010100 1001000 100000 0 101010 11001110 111001 100101

Color Harmonies of #296594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296594

Black with #296594

Text Example


Text Example

White with #296594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296594; }

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

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

background-color css

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

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

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

border-color css

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

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

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