Html Css Color HEX #295588 Endeavour

📋 copy color: '#295588'

red 41 ◦ green 85 ◦ blue 136

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

Shades of Endeavour #295588

Tints of Endeavour #295588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

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

R = 15.65%
G = 32.44%
B = 51.91%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#295588 (or 0x295588) is known color: Endeavour. HEX triplet: 29, 55 and 88. RGB value is (41,85,136). Sum of RGB (Red+Green+Blue) = 41+85+136=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #295588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295588 is #D6AA77. Grayscale: #4D4D4D. Windows color (decimal): -14068344 or 8934697. OLE color: 8934697.

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

Color convert

RGB 41 85 136 -
CMYK 0.70 0.38 0 0.47
HSL 212.21º 0.54% 0.35% -
HSV(B) 212.21º 0.7% 0.53% -
XYZ 8.61 8.75 24.53 -
YUV 77.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 41 85 136 0.70 0.38 0 0.47 212.21 0.54 0.35
Hex 29 55 88 46 26 0 2F D4 36 23
Octal 51 125 210 106 46 0 57 324 66 43
Binary 101001 1010101 10001000 1000110 100110 0 101111 11010100 110110 100011

Color Harmonies of #295588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295588

Black with #295588

Text Example


Text Example

White with #295588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295588; }

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

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

background-color css

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

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

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

border-color css

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

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

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