Html Css Color HEX #296298 Endeavour

📋 copy color: '#296298'

red 41 ◦ green 98 ◦ blue 152

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

Shades of Endeavour #296298

Tints of Endeavour #296298

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.68%

 BLUE value IS 152 (59.77% from 255) = 52.23%

R = 14.09%
G = 33.68%
B = 52.23%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#296298 (or 0x296298) is known color: Endeavour. HEX triplet: 29, 62 and 98. RGB value is (41,98,152). Sum of RGB (Red+Green+Blue) = 41+98+152=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #296298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296298 is #D69D67. Grayscale: #565656. Windows color (decimal): -14065000 or 9986601. OLE color: 9986601.

HSL color Cylindrical-coordinate representation of color #296298: hue angle of 209.19º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #296298 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 98 152 -
CMYK 0.73 0.36 0 0.40
HSL 209.19º 0.58% 0.38% -
HSV(B) 209.19º 0.73% 0.6% -
XYZ 10.95 11.47 31.34 -
YUV 87.11 164.62 95.11 -
System Red Green Blue C M Y K H S L
Decimal 41 98 152 0.73 0.36 0 0.40 209.19 0.58 0.38
Hex 29 62 98 49 24 0 28 D1 3A 26
Octal 51 142 230 111 44 0 50 321 72 46
Binary 101001 1100010 10011000 1001001 100100 0 101000 11010001 111010 100110

Color Harmonies of #296298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296298

Black with #296298

Text Example


Text Example

White with #296298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296298; }

 p { color: rgb(41,98,152); }

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

background-color css

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

 a { background-color: rgb(41,98,152); }

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

border-color css

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

 span { border-color: rgb(41,98,152); }

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