Html Css Color HEX #296288 Endeavour

📋 copy color: '#296288'

red 41 ◦ green 98 ◦ blue 136

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

Shades of Endeavour #296288

Tints of Endeavour #296288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.45%

R = 14.91%
G = 35.64%
B = 49.45%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#296288 (or 0x296288) is known color: Endeavour. HEX triplet: 29, 62 and 88. RGB value is (41,98,136). Sum of RGB (Red+Green+Blue) = 41+98+136=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #296288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296288 is #D69D77. Grayscale: #555555. Windows color (decimal): -14065016 or 8938025. OLE color: 8938025.

HSL color Cylindrical-coordinate representation of color #296288: hue angle of 204º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296288 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 98 136 -
CMYK 0.70 0.28 0 0.47
HSL 204º 0.54% 0.35% -
HSV(B) 204º 0.7% 0.53% -
XYZ 9.73 10.98 24.9 -
YUV 85.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 41 98 136 0.70 0.28 0 0.47 204 0.54 0.35
Hex 29 62 88 46 1C 0 2F CC 36 23
Octal 51 142 210 106 34 0 57 314 66 43
Binary 101001 1100010 10001000 1000110 11100 0 101111 11001100 110110 100011

Color Harmonies of #296288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296288

Black with #296288

Text Example


Text Example

White with #296288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296288; }

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

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

background-color css

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

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

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

border-color css

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

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

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