Html Css Color HEX #2D5786 Endeavour

📋 copy color: '#2D5786'

red 45 ◦ green 87 ◦ blue 134

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

Shades of Endeavour #2D5786

Tints of Endeavour #2D5786

RGB

 RED value IS 45 (17.97% from 255) = 16.92%

 GREEN value IS 87 (34.38% from 255) = 32.71%

 BLUE value IS 134 (52.73% from 255) = 50.38%

R = 16.92%
G = 32.71%
B = 50.38%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2D5786 (or 0x2D5786) is known color: Endeavour. HEX triplet: 2D, 57 and 86. RGB value is (45,87,134). Sum of RGB (Red+Green+Blue) = 45+87+134=266 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.92% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D5786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D5786 is #D2A879. Grayscale: #4F4F4F. Windows color (decimal): -13805690 or 8804141. OLE color: 8804141.

HSL color Cylindrical-coordinate representation of color #2D5786: hue angle of 211.69º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D5786 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 45 87 134 -
CMYK 0.66 0.35 0 0.47
HSL 211.69º 0.5% 0.35% -
HSV(B) 211.69º 0.66% 0.53% -
XYZ 8.79 9.1 23.85 -
YUV 79.8 158.59 103.18 -
System Red Green Blue C M Y K H S L
Decimal 45 87 134 0.66 0.35 0 0.47 211.69 0.5 0.35
Hex 2D 57 86 42 23 0 2F D4 32 23
Octal 55 127 206 102 43 0 57 324 62 43
Binary 101101 1010111 10000110 1000010 100011 0 101111 11010100 110010 100011

Color Harmonies of #2D5786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5786

Black with #2D5786

Text Example


Text Example

White with #2D5786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D5786; }

 p { color: rgb(45,87,134); }

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

background-color css

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

 a { background-color: rgb(45,87,134); }

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

border-color css

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

 span { border-color: rgb(45,87,134); }

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