Html Css Color HEX #2C5093 Tory Blue

📋 copy color: '#2C5093'

red 44 ◦ green 80 ◦ blue 147

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

Shades of Tory Blue #2C5093

Tints of Tory Blue #2C5093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

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

R = 16.24%
G = 29.52%
B = 54.24%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2C5093 (or 0x2C5093) is known color: Tory Blue. HEX triplet: 2C, 50 and 93. RGB value is (44,80,147). Sum of RGB (Red+Green+Blue) = 44+80+147=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #2C5093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5093 is #D3AF6C. Grayscale: #4C4C4C. Windows color (decimal): -13873005 or 9654316. OLE color: 9654316.

HSL color Cylindrical-coordinate representation of color #2C5093: hue angle of 219.03º 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 #2C5093 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 80 147 -
CMYK 0.70 0.46 0 0.42
HSL 219.03º 0.54% 0.37% -
HSV(B) 219.03º 0.7% 0.58% -
XYZ 9.17 8.38 28.74 -
YUV 76.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 44 80 147 0.70 0.46 0 0.42 219.03 0.54 0.37
Hex 2C 50 93 46 2E 0 2A DB 36 25
Octal 54 120 223 106 56 0 52 333 66 45
Binary 101100 1010000 10010011 1000110 101110 0 101010 11011011 110110 100101

Color Harmonies of #2C5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5093

Black with #2C5093

Text Example


Text Example

White with #2C5093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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