Html Css Color HEX #295684 Endeavour

📋 copy color: '#295684'

red 41 ◦ green 86 ◦ blue 132

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

Shades of Endeavour #295684

Tints of Endeavour #295684

RGB

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

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

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

R = 15.83%
G = 33.2%
B = 50.97%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#295684 (or 0x295684) is known color: Endeavour. HEX triplet: 29, 56 and 84. RGB value is (41,86,132). Sum of RGB (Red+Green+Blue) = 41+86+132=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #295684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295684 is #D6A97B. Grayscale: #4D4D4D. Windows color (decimal): -14068092 or 8672809. OLE color: 8672809.

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

Color convert

RGB 41 86 132 -
CMYK 0.69 0.35 0 0.48
HSL 210.33º 0.53% 0.34% -
HSV(B) 210.33º 0.69% 0.52% -
XYZ 8.41 8.79 23.08 -
YUV 77.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 41 86 132 0.69 0.35 0 0.48 210.33 0.53 0.34
Hex 29 56 84 45 23 0 30 D2 35 22
Octal 51 126 204 105 43 0 60 322 65 42
Binary 101001 1010110 10000100 1000101 100011 0 110000 11010010 110101 100010

Color Harmonies of #295684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295684

Black with #295684

Text Example


Text Example

White with #295684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295684; }

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

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

background-color css

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

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

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

border-color css

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

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

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