Html Css Color HEX #296389 Endeavour

📋 copy color: '#296389'

red 41 ◦ green 99 ◦ blue 137

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

Shades of Endeavour #296389

Tints of Endeavour #296389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

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

R = 14.8%
G = 35.74%
B = 49.46%

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

#296389 (or 0x296389) is known color: Endeavour. HEX triplet: 29, 63 and 89. RGB value is (41,99,137). Sum of RGB (Red+Green+Blue) = 41+99+137=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #296389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296389 is #D69C76. Grayscale: #555555. Windows color (decimal): -14064759 or 9003817. OLE color: 9003817.

HSL color Cylindrical-coordinate representation of color #296389: hue angle of 203.75º 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 #296389 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 99 137 -
CMYK 0.70 0.28 0 0.46
HSL 203.75º 0.54% 0.35% -
HSV(B) 203.75º 0.7% 0.54% -
XYZ 9.89 11.2 25.31 -
YUV 85.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 41 99 137 0.70 0.28 0 0.46 203.75 0.54 0.35
Hex 29 63 89 46 1C 0 2E CC 36 23
Octal 51 143 211 106 34 0 56 314 66 43
Binary 101001 1100011 10001001 1000110 11100 0 101110 11001100 110110 100011

Color Harmonies of #296389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296389

Black with #296389

Text Example


Text Example

White with #296389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296389; }

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

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

background-color css

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

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

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

border-color css

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

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

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