Html Css Color HEX #2856A1 Endeavour

📋 copy color: '#2856A1'

red 40 ◦ green 86 ◦ blue 161

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

Shades of Endeavour #2856A1

Tints of Endeavour #2856A1

RGB

 RED value IS 40 (16.02% from 255) = 13.94%

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

 BLUE value IS 161 (63.28% from 255) = 56.1%

R = 13.94%
G = 29.97%
B = 56.1%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2856A1 (or 0x2856A1) is known color: Endeavour. HEX triplet: 28, 56 and A1. RGB value is (40,86,161). Sum of RGB (Red+Green+Blue) = 40+86+161=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #2856A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2856A1 is #D7A95E. Grayscale: #505050. Windows color (decimal): -14133599 or 10573352. OLE color: 10573352.

HSL color Cylindrical-coordinate representation of color #2856A1: hue angle of 217.19º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2856A1 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 86 161 -
CMYK 0.75 0.47 0 0.37
HSL 217.19º 0.6% 0.39% -
HSV(B) 217.19º 0.75% 0.63% -
XYZ 10.64 9.68 35.03 -
YUV 80.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 40 86 161 0.75 0.47 0 0.37 217.19 0.6 0.39
Hex 28 56 A1 4B 2F 0 25 D9 3C 27
Octal 50 126 241 113 57 0 45 331 74 47
Binary 101000 1010110 10100001 1001011 101111 0 100101 11011001 111100 100111

Color Harmonies of #2856A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2856A1

Black with #2856A1

Text Example


Text Example

White with #2856A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2856A1; }

 p { color: rgb(40,86,161); }

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

background-color css

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

 a { background-color: rgb(40,86,161); }

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

border-color css

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

 span { border-color: rgb(40,86,161); }

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