Html Css Color HEX #296592 Endeavour

📋 copy color: '#296592'

red 41 ◦ green 101 ◦ blue 146

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

Shades of Endeavour #296592

Tints of Endeavour #296592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.07%

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

R = 14.24%
G = 35.07%
B = 50.69%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#296592 (or 0x296592) is known color: Endeavour. HEX triplet: 29, 65 and 92. RGB value is (41,101,146). Sum of RGB (Red+Green+Blue) = 41+101+146=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #296592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296592 is #D69A6D. Grayscale: #575757. Windows color (decimal): -14064238 or 9594153. OLE color: 9594153.

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

Color convert

RGB 41 101 146 -
CMYK 0.72 0.31 0 0.43
HSL 205.71º 0.56% 0.37% -
HSV(B) 205.71º 0.72% 0.57% -
XYZ 10.76 11.85 28.92 -
YUV 88.19 160.62 94.34 -
System Red Green Blue C M Y K H S L
Decimal 41 101 146 0.72 0.31 0 0.43 205.71 0.56 0.37
Hex 29 65 92 48 1F 0 2B CE 38 25
Octal 51 145 222 110 37 0 53 316 70 45
Binary 101001 1100101 10010010 1001000 11111 0 101011 11001110 111000 100101

Color Harmonies of #296592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296592

Black with #296592

Text Example


Text Example

White with #296592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296592; }

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

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

background-color css

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

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

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

border-color css

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

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

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