Html Css Color HEX #2C549B Endeavour

📋 copy color: '#2C549B'

red 44 ◦ green 84 ◦ blue 155

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

Shades of Endeavour #2C549B

Tints of Endeavour #2C549B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 15.55%
G = 29.68%
B = 54.77%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2C549B (or 0x2C549B) is known color: Endeavour. HEX triplet: 2C, 54 and 9B. RGB value is (44,84,155). Sum of RGB (Red+Green+Blue) = 44+84+155=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C549B is #D3AB64. Grayscale: #4F4F4F. Windows color (decimal): -13871973 or 10179628. OLE color: 10179628.

HSL color Cylindrical-coordinate representation of color #2C549B: hue angle of 218.38º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C549B is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 44 84 155 -
CMYK 0.72 0.46 0 0.39
HSL 218.38º 0.56% 0.39% -
HSV(B) 218.38º 0.72% 0.61% -
XYZ 10.13 9.24 32.26 -
YUV 80.13 170.25 102.23 -
System Red Green Blue C M Y K H S L
Decimal 44 84 155 0.72 0.46 0 0.39 218.38 0.56 0.39
Hex 2C 54 9B 48 2E 0 27 DA 38 27
Octal 54 124 233 110 56 0 47 332 70 47
Binary 101100 1010100 10011011 1001000 101110 0 100111 11011010 111000 100111

Color Harmonies of #2C549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C549B

Black with #2C549B

Text Example


Text Example

White with #2C549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,84,155); }

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

background-color css

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

 a { background-color: rgb(44,84,155); }

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

border-color css

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

 span { border-color: rgb(44,84,155); }

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