Html Css Color HEX #295688 Endeavour

📋 copy color: '#295688'

red 41 ◦ green 86 ◦ blue 136

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

Shades of Endeavour #295688

Tints of Endeavour #295688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.7%

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

R = 15.59%
G = 32.7%
B = 51.71%

CMYK

 C value IS 0.70

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#295688 (or 0x295688) is known color: Endeavour. HEX triplet: 29, 56 and 88. RGB value is (41,86,136). Sum of RGB (Red+Green+Blue) = 41+86+136=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #295688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295688 is #D6A977. Grayscale: #4E4E4E. Windows color (decimal): -14068088 or 8934953. OLE color: 8934953.

HSL color Cylindrical-coordinate representation of color #295688: hue angle of 211.58º 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 #295688 is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 86 136 -
CMYK 0.70 0.37 0 0.47
HSL 211.58º 0.54% 0.35% -
HSV(B) 211.58º 0.7% 0.53% -
XYZ 8.69 8.9 24.55 -
YUV 78.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 41 86 136 0.70 0.37 0 0.47 211.58 0.54 0.35
Hex 29 56 88 46 25 0 2F D4 36 23
Octal 51 126 210 106 45 0 57 324 66 43
Binary 101001 1010110 10001000 1000110 100101 0 101111 11010100 110110 100011

Color Harmonies of #295688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295688

Black with #295688

Text Example


Text Example

White with #295688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295688; }

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

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

background-color css

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

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

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

border-color css

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

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

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