Html Css Color HEX #2C5788 Endeavour

📋 copy color: '#2C5788'

red 44 ◦ green 87 ◦ blue 136

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

Shades of Endeavour #2C5788

Tints of Endeavour #2C5788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.94%

R = 16.48%
G = 32.58%
B = 50.94%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2C5788 (or 0x2C5788) is known color: Endeavour. HEX triplet: 2C, 57 and 88. RGB value is (44,87,136). Sum of RGB (Red+Green+Blue) = 44+87+136=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C5788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5788 is #D3A877. Grayscale: #4F4F4F. Windows color (decimal): -13871224 or 8935212. OLE color: 8935212.

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

Color convert

RGB 44 87 136 -
CMYK 0.68 0.36 0 0.47
HSL 211.96º 0.51% 0.35% -
HSV(B) 211.96º 0.68% 0.53% -
XYZ 8.89 9.13 24.59 -
YUV 79.73 159.75 102.52 -
System Red Green Blue C M Y K H S L
Decimal 44 87 136 0.68 0.36 0 0.47 211.96 0.51 0.35
Hex 2C 57 88 44 24 0 2F D4 33 23
Octal 54 127 210 104 44 0 57 324 63 43
Binary 101100 1010111 10001000 1000100 100100 0 101111 11010100 110011 100011

Color Harmonies of #2C5788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5788

Black with #2C5788

Text Example


Text Example

White with #2C5788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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