Html Css Color HEX #2C459D Tory Blue

📋 copy color: '#2C459D'

red 44 ◦ green 69 ◦ blue 157

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

Shades of Tory Blue #2C459D

Tints of Tory Blue #2C459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

 BLUE value IS 157 (61.72% from 255) = 58.15%

R = 16.3%
G = 25.56%
B = 58.15%

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

#2C459D (or 0x2C459D) is known color: Tory Blue. HEX triplet: 2C, 45 and 9D. RGB value is (44,69,157). Sum of RGB (Red+Green+Blue) = 44+69+157=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C459D is #D3BA62. Grayscale: #474747. Windows color (decimal): -13875811 or 10306860. OLE color: 10306860.

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

Color convert

RGB 44 69 157 -
CMYK 0.72 0.56 0 0.38
HSL 226.73º 0.56% 0.39% -
HSV(B) 226.73º 0.72% 0.62% -
XYZ 9.25 7.23 32.81 -
YUV 71.56 176.22 108.34 -
System Red Green Blue C M Y K H S L
Decimal 44 69 157 0.72 0.56 0 0.38 226.73 0.56 0.39
Hex 2C 45 9D 48 38 0 26 E3 38 27
Octal 54 105 235 110 70 0 46 343 70 47
Binary 101100 1000101 10011101 1001000 111000 0 100110 11100011 111000 100111

Color Harmonies of #2C459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C459D

Black with #2C459D

Text Example


Text Example

White with #2C459D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,69,157); }

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

background-color css

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

 a { background-color: rgb(44,69,157); }

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

border-color css

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

 span { border-color: rgb(44,69,157); }

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