Html Css Color HEX #295683 Endeavour

📋 copy color: '#295683'

red 41 ◦ green 86 ◦ blue 131

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

Shades of Endeavour #295683

Tints of Endeavour #295683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.78%

R = 15.89%
G = 33.33%
B = 50.78%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#295683 (or 0x295683) is known color: Endeavour. HEX triplet: 29, 56 and 83. RGB value is (41,86,131). Sum of RGB (Red+Green+Blue) = 41+86+131=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #295683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295683 is #D6A97C. Grayscale: #4D4D4D. Windows color (decimal): -14068093 or 8607273. OLE color: 8607273.

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

Color convert

RGB 41 86 131 -
CMYK 0.69 0.34 0 0.49
HSL 210º 0.52% 0.34% -
HSV(B) 210º 0.69% 0.51% -
XYZ 8.34 8.77 22.73 -
YUV 77.68 158.09 101.84 -
System Red Green Blue C M Y K H S L
Decimal 41 86 131 0.69 0.34 0 0.49 210 0.52 0.34
Hex 29 56 83 45 22 0 31 D2 34 22
Octal 51 126 203 105 42 0 61 322 64 42
Binary 101001 1010110 10000011 1000101 100010 0 110001 11010010 110100 100010

Color Harmonies of #295683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295683

Black with #295683

Text Example


Text Example

White with #295683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295683; }

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

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

background-color css

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

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

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

border-color css

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

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

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