Html Css Color HEX #295584 Endeavour

📋 copy color: '#295584'

red 41 ◦ green 85 ◦ blue 132

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

Shades of Endeavour #295584

Tints of Endeavour #295584

RGB

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

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

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

R = 15.89%
G = 32.95%
B = 51.16%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#295584 (or 0x295584) is known color: Endeavour. HEX triplet: 29, 55 and 84. RGB value is (41,85,132). Sum of RGB (Red+Green+Blue) = 41+85+132=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #295584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295584 is #D6AA7B. Grayscale: #4C4C4C. Windows color (decimal): -14068348 or 8672553. OLE color: 8672553.

HSL color Cylindrical-coordinate representation of color #295584: hue angle of 210.99º 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 #295584 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 85 132 -
CMYK 0.69 0.36 0 0.48
HSL 210.99º 0.53% 0.34% -
HSV(B) 210.99º 0.69% 0.52% -
XYZ 8.33 8.63 23.06 -
YUV 77.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 41 85 132 0.69 0.36 0 0.48 210.99 0.53 0.34
Hex 29 55 84 45 24 0 30 D3 35 22
Octal 51 125 204 105 44 0 60 323 65 42
Binary 101001 1010101 10000100 1000101 100100 0 110000 11010011 110101 100010

Color Harmonies of #295584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295584

Black with #295584

Text Example


Text Example

White with #295584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295584; }

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

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

background-color css

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

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

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

border-color css

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

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

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