Html Css Color HEX #296094 Endeavour

📋 copy color: '#296094'

red 41 ◦ green 96 ◦ blue 148

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

Shades of Endeavour #296094

Tints of Endeavour #296094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

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

R = 14.39%
G = 33.68%
B = 51.93%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#296094 (or 0x296094) is known color: Endeavour. HEX triplet: 29, 60 and 94. RGB value is (41,96,148). Sum of RGB (Red+Green+Blue) = 41+96+148=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #296094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296094 is #D69F6B. Grayscale: #555555. Windows color (decimal): -14065516 or 9723945. OLE color: 9723945.

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

Color convert

RGB 41 96 148 -
CMYK 0.72 0.35 0 0.42
HSL 209.16º 0.57% 0.37% -
HSV(B) 209.16º 0.72% 0.58% -
XYZ 10.44 10.98 29.59 -
YUV 85.48 163.28 96.27 -
System Red Green Blue C M Y K H S L
Decimal 41 96 148 0.72 0.35 0 0.42 209.16 0.57 0.37
Hex 29 60 94 48 23 0 2A D1 39 25
Octal 51 140 224 110 43 0 52 321 71 45
Binary 101001 1100000 10010100 1001000 100011 0 101010 11010001 111001 100101

Color Harmonies of #296094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296094

Black with #296094

Text Example


Text Example

White with #296094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296094; }

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

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

background-color css

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

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

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

border-color css

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

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

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