Html Css Color HEX #296289 Endeavour

📋 copy color: '#296289'

red 41 ◦ green 98 ◦ blue 137

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

Shades of Endeavour #296289

Tints of Endeavour #296289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.51%

 BLUE value IS 137 (53.91% from 255) = 49.64%

R = 14.86%
G = 35.51%
B = 49.64%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#296289 (or 0x296289) is known color: Endeavour. HEX triplet: 29, 62 and 89. RGB value is (41,98,137). Sum of RGB (Red+Green+Blue) = 41+98+137=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #296289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296289 is #D69D76. Grayscale: #555555. Windows color (decimal): -14065015 or 9003561. OLE color: 9003561.

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

Color convert

RGB 41 98 137 -
CMYK 0.70 0.28 0 0.46
HSL 204.38º 0.54% 0.35% -
HSV(B) 204.38º 0.7% 0.54% -
XYZ 9.8 11.01 25.28 -
YUV 85.4 157.12 96.33 -
System Red Green Blue C M Y K H S L
Decimal 41 98 137 0.70 0.28 0 0.46 204.38 0.54 0.35
Hex 29 62 89 46 1C 0 2E CC 36 23
Octal 51 142 211 106 34 0 56 314 66 43
Binary 101001 1100010 10001001 1000110 11100 0 101110 11001100 110110 100011

Color Harmonies of #296289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296289

Black with #296289

Text Example


Text Example

White with #296289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296289; }

 p { color: rgb(41,98,137); }

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

background-color css

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

 a { background-color: rgb(41,98,137); }

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

border-color css

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

 span { border-color: rgb(41,98,137); }

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