Html Css Color HEX #296188 Endeavour

📋 copy color: '#296188'

red 41 ◦ green 97 ◦ blue 136

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

Shades of Endeavour #296188

Tints of Endeavour #296188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.64%

R = 14.96%
G = 35.4%
B = 49.64%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#296188 (or 0x296188) is known color: Endeavour. HEX triplet: 29, 61 and 88. RGB value is (41,97,136). Sum of RGB (Red+Green+Blue) = 41+97+136=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #296188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296188 is #D69E77. Grayscale: #545454. Windows color (decimal): -14065272 or 8937769. OLE color: 8937769.

HSL color Cylindrical-coordinate representation of color #296188: hue angle of 204.63º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296188 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 97 136 -
CMYK 0.70 0.29 0 0.47
HSL 204.63º 0.54% 0.35% -
HSV(B) 204.63º 0.7% 0.53% -
XYZ 9.63 10.8 24.87 -
YUV 84.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 41 97 136 0.70 0.29 0 0.47 204.63 0.54 0.35
Hex 29 61 88 46 1D 0 2F CD 36 23
Octal 51 141 210 106 35 0 57 315 66 43
Binary 101001 1100001 10001000 1000110 11101 0 101111 11001101 110110 100011

Color Harmonies of #296188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296188

Black with #296188

Text Example


Text Example

White with #296188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296188; }

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

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

background-color css

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

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

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

border-color css

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

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

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