Html Css Color HEX #296195 Endeavour

📋 copy color: '#296195'

red 41 ◦ green 97 ◦ blue 149

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

Shades of Endeavour #296195

Tints of Endeavour #296195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 14.29%
G = 33.8%
B = 51.92%

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

#296195 (or 0x296195) is known color: Endeavour. HEX triplet: 29, 61 and 95. RGB value is (41,97,149). Sum of RGB (Red+Green+Blue) = 41+97+149=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #296195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296195 is #D69E6A. Grayscale: #555555. Windows color (decimal): -14065259 or 9789737. OLE color: 9789737.

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

Color convert

RGB 41 97 149 -
CMYK 0.72 0.35 0 0.42
HSL 208.89º 0.57% 0.37% -
HSV(B) 208.89º 0.72% 0.58% -
XYZ 10.61 11.19 30.03 -
YUV 86.18 163.45 95.77 -
System Red Green Blue C M Y K H S L
Decimal 41 97 149 0.72 0.35 0 0.42 208.89 0.57 0.37
Hex 29 61 95 48 23 0 2A D1 39 25
Octal 51 141 225 110 43 0 52 321 71 45
Binary 101001 1100001 10010101 1001000 100011 0 101010 11010001 111001 100101

Color Harmonies of #296195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296195

Black with #296195

Text Example


Text Example

White with #296195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296195; }

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

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

background-color css

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

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

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

border-color css

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

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

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