Html Css Color HEX #2157A0 Endeavour

📋 copy color: '#2157A0'

red 33 ◦ green 87 ◦ blue 160

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

Shades of Endeavour #2157A0

Tints of Endeavour #2157A0

RGB

 RED value IS 33 (13.28% from 255) = 11.79%

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

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

R = 11.79%
G = 31.07%
B = 57.14%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2157A0 (or 0x2157A0) is known color: Endeavour. HEX triplet: 21, 57 and A0. RGB value is (33,87,160). Sum of RGB (Red+Green+Blue) = 33+87+160=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 160 (62.89% from 255 or 57.14% from 280); Max value from RGB is 160 - color contains mainly: blue. Hex color #2157A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2157A0 is #DEA85F. Grayscale: #4E4E4E. Windows color (decimal): -14592096 or 10508065. OLE color: 10508065.

HSL color Cylindrical-coordinate representation of color #2157A0: hue angle of 214.49º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2157A0 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 87 160 -
CMYK 0.79 0.46 0 0.37
HSL 214.49º 0.66% 0.38% -
HSV(B) 214.49º 0.79% 0.63% -
XYZ 10.38 9.68 34.58 -
YUV 79.18 173.61 95.06 -
System Red Green Blue C M Y K H S L
Decimal 33 87 160 0.79 0.46 0 0.37 214.49 0.66 0.38
Hex 21 57 A0 4F 2E 0 25 D6 42 26
Octal 41 127 240 117 56 0 45 326 102 46
Binary 100001 1010111 10100000 1001111 101110 0 100101 11010110 1000010 100110

Color Harmonies of #2157A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2157A0

Black with #2157A0

Text Example


Text Example

White with #2157A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,87,160); }

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

background-color css

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

 a { background-color: rgb(33,87,160); }

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

border-color css

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

 span { border-color: rgb(33,87,160); }

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