Html Css Color HEX #296393 Endeavour

📋 copy color: '#296393'

red 41 ◦ green 99 ◦ blue 147

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

Shades of Endeavour #296393

Tints of Endeavour #296393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.22%

R = 14.29%
G = 34.49%
B = 51.22%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#296393 (or 0x296393) is known color: Endeavour. HEX triplet: 29, 63 and 93. RGB value is (41,99,147). Sum of RGB (Red+Green+Blue) = 41+99+147=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #296393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296393 is #D69C6C. Grayscale: #565656. Windows color (decimal): -14064749 or 9659177. OLE color: 9659177.

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

Color convert

RGB 41 99 147 -
CMYK 0.72 0.33 0 0.42
HSL 207.17º 0.56% 0.37% -
HSV(B) 207.17º 0.72% 0.58% -
XYZ 10.64 11.5 29.26 -
YUV 87.13 161.78 95.1 -
System Red Green Blue C M Y K H S L
Decimal 41 99 147 0.72 0.33 0 0.42 207.17 0.56 0.37
Hex 29 63 93 48 21 0 2A CF 38 25
Octal 51 143 223 110 41 0 52 317 70 45
Binary 101001 1100011 10010011 1001000 100001 0 101010 11001111 111000 100101

Color Harmonies of #296393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296393

Black with #296393

Text Example


Text Example

White with #296393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296393; }

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

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

background-color css

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

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

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

border-color css

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

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

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