Html Css Color HEX #296095 Endeavour

📋 copy color: '#296095'

red 41 ◦ green 96 ◦ blue 149

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

Shades of Endeavour #296095

Tints of Endeavour #296095

RGB

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

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

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

R = 14.34%
G = 33.57%
B = 52.1%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#296095 (or 0x296095) is known color: Endeavour. HEX triplet: 29, 60 and 95. RGB value is (41,96,149). Sum of RGB (Red+Green+Blue) = 41+96+149=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #296095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296095 is #D69F6A. Grayscale: #555555. Windows color (decimal): -14065515 or 9789481. OLE color: 9789481.

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

Color convert

RGB 41 96 149 -
CMYK 0.72 0.36 0 0.42
HSL 209.44º 0.57% 0.37% -
HSV(B) 209.44º 0.72% 0.58% -
XYZ 10.52 11.01 30 -
YUV 85.6 163.78 96.19 -
System Red Green Blue C M Y K H S L
Decimal 41 96 149 0.72 0.36 0 0.42 209.44 0.57 0.37
Hex 29 60 95 48 24 0 2A D1 39 25
Octal 51 140 225 110 44 0 52 321 71 45
Binary 101001 1100000 10010101 1001000 100100 0 101010 11010001 111001 100101

Color Harmonies of #296095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296095

Black with #296095

Text Example


Text Example

White with #296095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296095; }

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

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

background-color css

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

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

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

border-color css

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

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

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