Html Css Color HEX #2C5B90 Endeavour

📋 copy color: '#2C5B90'

red 44 ◦ green 91 ◦ blue 144

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

Shades of Endeavour #2C5B90

Tints of Endeavour #2C5B90

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.62%

 BLUE value IS 144 (56.64% from 255) = 51.61%

R = 15.77%
G = 32.62%
B = 51.61%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C5B90 (or 0x2C5B90) is known color: Endeavour. HEX triplet: 2C, 5B and 90. RGB value is (44,91,144). Sum of RGB (Red+Green+Blue) = 44+91+144=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C5B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5B90 is #D3A46F. Grayscale: #525252. Windows color (decimal): -13870192 or 9460524. OLE color: 9460524.

HSL color Cylindrical-coordinate representation of color #2C5B90: hue angle of 211.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C5B90 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 91 144 -
CMYK 0.69 0.37 0 0.44
HSL 211.8º 0.53% 0.37% -
HSV(B) 211.8º 0.69% 0.56% -
XYZ 9.81 10.03 27.8 -
YUV 82.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 44 91 144 0.69 0.37 0 0.44 211.8 0.53 0.37
Hex 2C 5B 90 45 25 0 2C D4 35 25
Octal 54 133 220 105 45 0 54 324 65 45
Binary 101100 1011011 10010000 1000101 100101 0 101100 11010100 110101 100101

Color Harmonies of #2C5B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5B90

Black with #2C5B90

Text Example


Text Example

White with #2C5B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,91,144); }

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

background-color css

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

 a { background-color: rgb(44,91,144); }

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

border-color css

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

 span { border-color: rgb(44,91,144); }

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