Html Css Color HEX #2C5789 Endeavour

📋 copy color: '#2C5789'

red 44 ◦ green 87 ◦ blue 137

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

Shades of Endeavour #2C5789

Tints of Endeavour #2C5789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 51.12%

R = 16.42%
G = 32.46%
B = 51.12%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2C5789 (or 0x2C5789) is known color: Endeavour. HEX triplet: 2C, 57 and 89. RGB value is (44,87,137). Sum of RGB (Red+Green+Blue) = 44+87+137=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C5789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5789 is #D3A876. Grayscale: #4F4F4F. Windows color (decimal): -13871223 or 9000748. OLE color: 9000748.

HSL color Cylindrical-coordinate representation of color #2C5789: hue angle of 212.26º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C5789 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 44 87 137 -
CMYK 0.68 0.36 0 0.46
HSL 212.26º 0.51% 0.35% -
HSV(B) 212.26º 0.68% 0.54% -
XYZ 8.96 9.16 24.96 -
YUV 79.84 160.25 102.43 -
System Red Green Blue C M Y K H S L
Decimal 44 87 137 0.68 0.36 0 0.46 212.26 0.51 0.35
Hex 2C 57 89 44 24 0 2E D4 33 23
Octal 54 127 211 104 44 0 56 324 63 43
Binary 101100 1010111 10001001 1000100 100100 0 101110 11010100 110011 100011

Color Harmonies of #2C5789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5789

Black with #2C5789

Text Example


Text Example

White with #2C5789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,87,137); }

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

background-color css

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

 a { background-color: rgb(44,87,137); }

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

border-color css

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

 span { border-color: rgb(44,87,137); }

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