Html Css Color HEX #296192 Endeavour

📋 copy color: '#296192'

red 41 ◦ green 97 ◦ blue 146

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

Shades of Endeavour #296192

Tints of Endeavour #296192

RGB

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

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

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

R = 14.44%
G = 34.15%
B = 51.41%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#296192 (or 0x296192) is known color: Endeavour. HEX triplet: 29, 61 and 92. RGB value is (41,97,146). Sum of RGB (Red+Green+Blue) = 41+97+146=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #296192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296192 is #D69E6D. Grayscale: #555555. Windows color (decimal): -14065262 or 9593129. OLE color: 9593129.

HSL color Cylindrical-coordinate representation of color #296192: hue angle of 208º 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 #296192 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 97 146 -
CMYK 0.72 0.34 0 0.43
HSL 208º 0.56% 0.37% -
HSV(B) 208º 0.72% 0.57% -
XYZ 10.38 11.1 28.79 -
YUV 85.84 161.95 96.02 -
System Red Green Blue C M Y K H S L
Decimal 41 97 146 0.72 0.34 0 0.43 208 0.56 0.37
Hex 29 61 92 48 22 0 2B D0 38 25
Octal 51 141 222 110 42 0 53 320 70 45
Binary 101001 1100001 10010010 1001000 100010 0 101011 11010000 111000 100101

Color Harmonies of #296192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296192

Black with #296192

Text Example


Text Example

White with #296192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296192; }

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

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

background-color css

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

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

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

border-color css

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

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

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