Html Css Color HEX #295884 Endeavour

📋 copy color: '#295884'

red 41 ◦ green 88 ◦ blue 132

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

Shades of Endeavour #295884

Tints of Endeavour #295884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.72%

 BLUE value IS 132 (51.95% from 255) = 50.57%

R = 15.71%
G = 33.72%
B = 50.57%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#295884 (or 0x295884) is known color: Endeavour. HEX triplet: 29, 58 and 84. RGB value is (41,88,132). Sum of RGB (Red+Green+Blue) = 41+88+132=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #295884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295884 is #D6A77B. Grayscale: #4E4E4E. Windows color (decimal): -14067580 or 8673321. OLE color: 8673321.

HSL color Cylindrical-coordinate representation of color #295884: hue angle of 209.01º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295884 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 88 132 -
CMYK 0.69 0.33 0 0.48
HSL 209.01º 0.53% 0.34% -
HSV(B) 209.01º 0.69% 0.52% -
XYZ 8.57 9.12 23.14 -
YUV 78.96 157.93 100.92 -
System Red Green Blue C M Y K H S L
Decimal 41 88 132 0.69 0.33 0 0.48 209.01 0.53 0.34
Hex 29 58 84 45 21 0 30 D1 35 22
Octal 51 130 204 105 41 0 60 321 65 42
Binary 101001 1011000 10000100 1000101 100001 0 110000 11010001 110101 100010

Color Harmonies of #295884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295884

Black with #295884

Text Example


Text Example

White with #295884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295884; }

 p { color: rgb(41,88,132); }

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

background-color css

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

 a { background-color: rgb(41,88,132); }

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

border-color css

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

 span { border-color: rgb(41,88,132); }

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