Html Css Color HEX #2C499D Tory Blue

📋 copy color: '#2C499D'

red 44 ◦ green 73 ◦ blue 157

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

Shades of Tory Blue #2C499D

Tints of Tory Blue #2C499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

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

R = 16.06%
G = 26.64%
B = 57.3%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C499D (or 0x2C499D) is known color: Tory Blue. HEX triplet: 2C, 49 and 9D. RGB value is (44,73,157). Sum of RGB (Red+Green+Blue) = 44+73+157=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C499D is #D3B662. Grayscale: #494949. Windows color (decimal): -13874787 or 10307884. OLE color: 10307884.

HSL color Cylindrical-coordinate representation of color #2C499D: hue angle of 224.6º 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 #2C499D is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 44 73 157 -
CMYK 0.72 0.54 0 0.38
HSL 224.6º 0.56% 0.39% -
HSV(B) 224.6º 0.72% 0.62% -
XYZ 9.51 7.73 32.89 -
YUV 73.91 174.89 106.67 -
System Red Green Blue C M Y K H S L
Decimal 44 73 157 0.72 0.54 0 0.38 224.6 0.56 0.39
Hex 2C 49 9D 48 36 0 26 E1 38 27
Octal 54 111 235 110 66 0 46 341 70 47
Binary 101100 1001001 10011101 1001000 110110 0 100110 11100001 111000 100111

Color Harmonies of #2C499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C499D

Black with #2C499D

Text Example


Text Example

White with #2C499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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