Html Css Color HEX #2C4FA2 Tory Blue

📋 copy color: '#2C4FA2'

red 44 ◦ green 79 ◦ blue 162

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

Shades of Tory Blue #2C4FA2

Tints of Tory Blue #2C4FA2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.72%

 BLUE value IS 162 (63.67% from 255) = 56.84%

R = 15.44%
G = 27.72%
B = 56.84%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2C4FA2 (or 0x2C4FA2) is known color: Tory Blue. HEX triplet: 2C, 4F and A2. RGB value is (44,79,162). Sum of RGB (Red+Green+Blue) = 44+79+162=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 162 (63.67% from 255 or 56.84% from 285); Max value from RGB is 162 - color contains mainly: blue. Hex color #2C4FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C4FA2 is #D3B05D. Grayscale: #4D4D4D. Windows color (decimal): -13873246 or 10637100. OLE color: 10637100.

HSL color Cylindrical-coordinate representation of color #2C4FA2: hue angle of 222.2º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C4FA2 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 44 79 162 -
CMYK 0.73 0.51 0 0.36
HSL 222.2º 0.57% 0.4% -
HSV(B) 222.2º 0.73% 0.64% -
XYZ 10.36 8.74 35.32 -
YUV 78 175.4 103.75 -
System Red Green Blue C M Y K H S L
Decimal 44 79 162 0.73 0.51 0 0.36 222.2 0.57 0.4
Hex 2C 4F A2 49 33 0 24 DE 39 28
Octal 54 117 242 111 63 0 44 336 71 50
Binary 101100 1001111 10100010 1001001 110011 0 100100 11011110 111001 101000

Color Harmonies of #2C4FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4FA2

Black with #2C4FA2

Text Example


Text Example

White with #2C4FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,79,162); }

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

background-color css

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

 a { background-color: rgb(44,79,162); }

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

border-color css

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

 span { border-color: rgb(44,79,162); }

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