Html Css Color HEX #2C4686 Tory Blue

📋 copy color: '#2C4686'

red 44 ◦ green 70 ◦ blue 134

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

Shades of Tory Blue #2C4686

Tints of Tory Blue #2C4686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.23%

 BLUE value IS 134 (52.73% from 255) = 54.03%

R = 17.74%
G = 28.23%
B = 54.03%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2C4686 (or 0x2C4686) is known color: Tory Blue. HEX triplet: 2C, 46 and 86. RGB value is (44,70,134). Sum of RGB (Red+Green+Blue) = 44+70+134=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #2C4686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4686 is #D3B979. Grayscale: #454545. Windows color (decimal): -13875578 or 8799788. OLE color: 8799788.

HSL color Cylindrical-coordinate representation of color #2C4686: hue angle of 222.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C4686 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 44 70 134 -
CMYK 0.67 0.48 0 0.47
HSL 222.67º 0.51% 0.35% -
HSV(B) 222.67º 0.67% 0.53% -
XYZ 7.53 6.64 23.44 -
YUV 69.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 44 70 134 0.67 0.48 0 0.47 222.67 0.51 0.35
Hex 2C 46 86 43 30 0 2F DF 33 23
Octal 54 106 206 103 60 0 57 337 63 43
Binary 101100 1000110 10000110 1000011 110000 0 101111 11011111 110011 100011

Color Harmonies of #2C4686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4686

Black with #2C4686

Text Example


Text Example

White with #2C4686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,70,134); }

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

background-color css

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

 a { background-color: rgb(44,70,134); }

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

border-color css

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

 span { border-color: rgb(44,70,134); }

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