Html Css Color HEX #2C539D Endeavour

📋 copy color: '#2C539D'

red 44 ◦ green 83 ◦ blue 157

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

Shades of Endeavour #2C539D

Tints of Endeavour #2C539D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.23%

 BLUE value IS 157 (61.72% from 255) = 55.28%

R = 15.49%
G = 29.23%
B = 55.28%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C539D (or 0x2C539D) is known color: Endeavour. HEX triplet: 2C, 53 and 9D. RGB value is (44,83,157). Sum of RGB (Red+Green+Blue) = 44+83+157=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C539D is #D3AC62. Grayscale: #4F4F4F. Windows color (decimal): -13872227 or 10310444. OLE color: 10310444.

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

Color convert

RGB 44 83 157 -
CMYK 0.72 0.47 0 0.38
HSL 219.29º 0.56% 0.39% -
HSV(B) 219.29º 0.72% 0.62% -
XYZ 10.22 9.16 33.13 -
YUV 79.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 44 83 157 0.72 0.47 0 0.38 219.29 0.56 0.39
Hex 2C 53 9D 48 2F 0 26 DB 38 27
Octal 54 123 235 110 57 0 46 333 70 47
Binary 101100 1010011 10011101 1001000 101111 0 100110 11011011 111000 100111

Color Harmonies of #2C539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C539D

Black with #2C539D

Text Example


Text Example

White with #2C539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,83,157); }

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

background-color css

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

 a { background-color: rgb(44,83,157); }

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

border-color css

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

 span { border-color: rgb(44,83,157); }

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