Html Css Color HEX #2C5593 Endeavour

📋 copy color: '#2C5593'

red 44 ◦ green 85 ◦ blue 147

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

Shades of Endeavour #2C5593

Tints of Endeavour #2C5593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

 BLUE value IS 147 (57.81% from 255) = 53.26%

R = 15.94%
G = 30.8%
B = 53.26%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2C5593 (or 0x2C5593) is known color: Endeavour. HEX triplet: 2C, 55 and 93. RGB value is (44,85,147). Sum of RGB (Red+Green+Blue) = 44+85+147=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C5593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5593 is #D3AA6C. Grayscale: #4F4F4F. Windows color (decimal): -13871725 or 9655596. OLE color: 9655596.

HSL color Cylindrical-coordinate representation of color #2C5593: hue angle of 216.12º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C5593 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 85 147 -
CMYK 0.70 0.42 0 0.42
HSL 216.12º 0.54% 0.37% -
HSV(B) 216.12º 0.7% 0.58% -
XYZ 9.55 9.14 28.86 -
YUV 79.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 44 85 147 0.70 0.42 0 0.42 216.12 0.54 0.37
Hex 2C 55 93 46 2A 0 2A D8 36 25
Octal 54 125 223 106 52 0 52 330 66 45
Binary 101100 1010101 10010011 1000110 101010 0 101010 11011000 110110 100101

Color Harmonies of #2C5593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5593

Black with #2C5593

Text Example


Text Example

White with #2C5593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,85,147); }

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

background-color css

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

 a { background-color: rgb(44,85,147); }

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

border-color css

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

 span { border-color: rgb(44,85,147); }

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