Html Css Color HEX #2C5197 Endeavour

📋 copy color: '#2C5197'

red 44 ◦ green 81 ◦ blue 151

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

Shades of Endeavour #2C5197

Tints of Endeavour #2C5197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

 BLUE value IS 151 (59.38% from 255) = 54.71%

R = 15.94%
G = 29.35%
B = 54.71%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2C5197 (or 0x2C5197) is known color: Endeavour. HEX triplet: 2C, 51 and 97. RGB value is (44,81,151). Sum of RGB (Red+Green+Blue) = 44+81+151=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #2C5197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5197 is #D3AE68. Grayscale: #4D4D4D. Windows color (decimal): -13872745 or 9916716. OLE color: 9916716.

HSL color Cylindrical-coordinate representation of color #2C5197: hue angle of 219.25º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C5197 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 44 81 151 -
CMYK 0.71 0.46 0 0.41
HSL 219.25º 0.55% 0.38% -
HSV(B) 219.25º 0.71% 0.59% -
XYZ 9.57 8.65 30.44 -
YUV 77.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 44 81 151 0.71 0.46 0 0.41 219.25 0.55 0.38
Hex 2C 51 97 47 2E 0 29 DB 37 26
Octal 54 121 227 107 56 0 51 333 67 46
Binary 101100 1010001 10010111 1000111 101110 0 101001 11011011 110111 100110

Color Harmonies of #2C5197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5197

Black with #2C5197

Text Example


Text Example

White with #2C5197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,81,151); }

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

background-color css

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

 a { background-color: rgb(44,81,151); }

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

border-color css

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

 span { border-color: rgb(44,81,151); }

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