Html Css Color HEX #296392 Endeavour

📋 copy color: '#296392'

red 41 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #296392

Tints of Endeavour #296392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.05%

R = 14.34%
G = 34.62%
B = 51.05%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#296392 (or 0x296392) is known color: Endeavour. HEX triplet: 29, 63 and 92. RGB value is (41,99,146). Sum of RGB (Red+Green+Blue) = 41+99+146=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #296392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296392 is #D69C6D. Grayscale: #565656. Windows color (decimal): -14064750 or 9593641. OLE color: 9593641.

HSL color Cylindrical-coordinate representation of color #296392: hue angle of 206.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296392 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 99 146 -
CMYK 0.72 0.32 0 0.43
HSL 206.86º 0.56% 0.37% -
HSV(B) 206.86º 0.72% 0.57% -
XYZ 10.56 11.47 28.85 -
YUV 87.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 41 99 146 0.72 0.32 0 0.43 206.86 0.56 0.37
Hex 29 63 92 48 20 0 2B CF 38 25
Octal 51 143 222 110 40 0 53 317 70 45
Binary 101001 1100011 10010010 1001000 100000 0 101011 11001111 111000 100101

Color Harmonies of #296392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296392

Black with #296392

Text Example


Text Example

White with #296392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296392; }

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

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

background-color css

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

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

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

border-color css

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

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

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