Html Css Color HEX #2C489D Tory Blue

📋 copy color: '#2C489D'

red 44 ◦ green 72 ◦ blue 157

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

Shades of Tory Blue #2C489D

Tints of Tory Blue #2C489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

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

R = 16.12%
G = 26.37%
B = 57.51%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C489D (or 0x2C489D) is known color: Tory Blue. HEX triplet: 2C, 48 and 9D. RGB value is (44,72,157). Sum of RGB (Red+Green+Blue) = 44+72+157=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #2C489D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C489D is #D3B762. Grayscale: #484848. Windows color (decimal): -13875043 or 10307628. OLE color: 10307628.

HSL color Cylindrical-coordinate representation of color #2C489D: hue angle of 225.13º 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 #2C489D is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 44 72 157 -
CMYK 0.72 0.54 0 0.38
HSL 225.13º 0.56% 0.39% -
HSV(B) 225.13º 0.72% 0.62% -
XYZ 9.44 7.6 32.87 -
YUV 73.32 175.22 107.09 -
System Red Green Blue C M Y K H S L
Decimal 44 72 157 0.72 0.54 0 0.38 225.13 0.56 0.39
Hex 2C 48 9D 48 36 0 26 E1 38 27
Octal 54 110 235 110 66 0 46 341 70 47
Binary 101100 1001000 10011101 1001000 110110 0 100110 11100001 111000 100111

Color Harmonies of #2C489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C489D

Black with #2C489D

Text Example


Text Example

White with #2C489D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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