Html Css Color HEX #2C5686 Endeavour

📋 copy color: '#2C5686'

red 44 ◦ green 86 ◦ blue 134

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

Shades of Endeavour #2C5686

Tints of Endeavour #2C5686

RGB

 RED value IS 44 (17.58% from 255) = 16.67%

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

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

R = 16.67%
G = 32.58%
B = 50.76%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2C5686 (or 0x2C5686) is known color: Endeavour. HEX triplet: 2C, 56 and 86. RGB value is (44,86,134). Sum of RGB (Red+Green+Blue) = 44+86+134=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #2C5686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5686 is #D3A979. Grayscale: #4E4E4E. Windows color (decimal): -13871482 or 8803884. OLE color: 8803884.

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

Color convert

RGB 44 86 134 -
CMYK 0.67 0.36 0 0.47
HSL 212º 0.51% 0.35% -
HSV(B) 212º 0.67% 0.53% -
XYZ 8.67 8.91 23.82 -
YUV 78.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 44 86 134 0.67 0.36 0 0.47 212 0.51 0.35
Hex 2C 56 86 43 24 0 2F D4 33 23
Octal 54 126 206 103 44 0 57 324 63 43
Binary 101100 1010110 10000110 1000011 100100 0 101111 11010100 110011 100011

Color Harmonies of #2C5686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5686

Black with #2C5686

Text Example


Text Example

White with #2C5686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,86,134); }

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

background-color css

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

 a { background-color: rgb(44,86,134); }

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

border-color css

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

 span { border-color: rgb(44,86,134); }

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