Html Css Color HEX #2855A0 Endeavour

📋 copy color: '#2855A0'

red 40 ◦ green 85 ◦ blue 160

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

Shades of Endeavour #2855A0

Tints of Endeavour #2855A0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.82%

 BLUE value IS 160 (62.89% from 255) = 56.14%

R = 14.04%
G = 29.82%
B = 56.14%

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

#2855A0 (or 0x2855A0) is known color: Endeavour. HEX triplet: 28, 55 and A0. RGB value is (40,85,160). Sum of RGB (Red+Green+Blue) = 40+85+160=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #2855A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2855A0 is #D7AA5F. Grayscale: #4F4F4F. Windows color (decimal): -14133856 or 10507560. OLE color: 10507560.

HSL color Cylindrical-coordinate representation of color #2855A0: hue angle of 217.5º 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 #2855A0 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 85 160 -
CMYK 0.75 0.47 0 0.37
HSL 217.5º 0.6% 0.39% -
HSV(B) 217.5º 0.75% 0.63% -
XYZ 10.47 9.49 34.54 -
YUV 80.1 173.09 99.4 -
System Red Green Blue C M Y K H S L
Decimal 40 85 160 0.75 0.47 0 0.37 217.5 0.6 0.39
Hex 28 55 A0 4B 2F 0 25 DA 3C 27
Octal 50 125 240 113 57 0 45 332 74 47
Binary 101000 1010101 10100000 1001011 101111 0 100101 11011010 111100 100111

Color Harmonies of #2855A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2855A0

Black with #2855A0

Text Example


Text Example

White with #2855A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2855A0; }

 p { color: rgb(40,85,160); }

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

background-color css

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

 a { background-color: rgb(40,85,160); }

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

border-color css

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

 span { border-color: rgb(40,85,160); }

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