Html Css Color HEX #2C469E Tory Blue

📋 copy color: '#2C469E'

red 44 ◦ green 70 ◦ blue 158

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

Shades of Tory Blue #2C469E

Tints of Tory Blue #2C469E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.09%

R = 16.18%
G = 25.74%
B = 58.09%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C469E (or 0x2C469E) is known color: Tory Blue. HEX triplet: 2C, 46 and 9E. RGB value is (44,70,158). Sum of RGB (Red+Green+Blue) = 44+70+158=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C469E is #D3B961. Grayscale: #474747. Windows color (decimal): -13875554 or 10372652. OLE color: 10372652.

HSL color Cylindrical-coordinate representation of color #2C469E: hue angle of 226.32º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C469E is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 44 70 158 -
CMYK 0.72 0.56 0 0.38
HSL 226.32º 0.56% 0.4% -
HSV(B) 226.32º 0.72% 0.62% -
XYZ 9.4 7.38 33.28 -
YUV 72.26 176.39 107.84 -
System Red Green Blue C M Y K H S L
Decimal 44 70 158 0.72 0.56 0 0.38 226.32 0.56 0.4
Hex 2C 46 9E 48 38 0 26 E2 38 28
Octal 54 106 236 110 70 0 46 342 70 50
Binary 101100 1000110 10011110 1001000 111000 0 100110 11100010 111000 101000

Color Harmonies of #2C469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C469E

Black with #2C469E

Text Example


Text Example

White with #2C469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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