Html Css Color HEX #2C4787 Tory Blue

📋 copy color: '#2C4787'

red 44 ◦ green 71 ◦ blue 135

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

Shades of Tory Blue #2C4787

Tints of Tory Blue #2C4787

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

 BLUE value IS 135 (53.13% from 255) = 54%

R = 17.6%
G = 28.4%
B = 54%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2C4787 (or 0x2C4787) is known color: Tory Blue. HEX triplet: 2C, 47 and 87. RGB value is (44,71,135). Sum of RGB (Red+Green+Blue) = 44+71+135=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #2C4787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4787 is #D3B878. Grayscale: #454545. Windows color (decimal): -13875321 or 8865580. OLE color: 8865580.

HSL color Cylindrical-coordinate representation of color #2C4787: hue angle of 222.2º 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 #2C4787 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 44 71 135 -
CMYK 0.67 0.47 0 0.47
HSL 222.2º 0.51% 0.35% -
HSV(B) 222.2º 0.67% 0.53% -
XYZ 7.67 6.79 23.83 -
YUV 70.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 44 71 135 0.67 0.47 0 0.47 222.2 0.51 0.35
Hex 2C 47 87 43 2F 0 2F DE 33 23
Octal 54 107 207 103 57 0 57 336 63 43
Binary 101100 1000111 10000111 1000011 101111 0 101111 11011110 110011 100011

Color Harmonies of #2C4787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4787

Black with #2C4787

Text Example


Text Example

White with #2C4787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,71,135); }

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

background-color css

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

 a { background-color: rgb(44,71,135); }

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

border-color css

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

 span { border-color: rgb(44,71,135); }

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