Html Css Color HEX #2C4090 Tory Blue

📋 copy color: '#2C4090'

red 44 ◦ green 64 ◦ blue 144

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

Shades of Tory Blue #2C4090

Tints of Tory Blue #2C4090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

 BLUE value IS 144 (56.64% from 255) = 57.14%

R = 17.46%
G = 25.4%
B = 57.14%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2C4090 (or 0x2C4090) is known color: Tory Blue. HEX triplet: 2C, 40 and 90. RGB value is (44,64,144). Sum of RGB (Red+Green+Blue) = 44+64+144=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #2C4090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4090 is #D3BF6F. Grayscale: #424242. Windows color (decimal): -13877104 or 9453612. OLE color: 9453612.

HSL color Cylindrical-coordinate representation of color #2C4090: hue angle of 228º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C4090 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 44 64 144 -
CMYK 0.69 0.56 0 0.44
HSL 228º 0.53% 0.37% -
HSV(B) 228º 0.69% 0.56% -
XYZ 7.91 6.22 27.17 -
YUV 67.14 171.37 111.5 -
System Red Green Blue C M Y K H S L
Decimal 44 64 144 0.69 0.56 0 0.44 228 0.53 0.37
Hex 2C 40 90 45 38 0 2C E4 35 25
Octal 54 100 220 105 70 0 54 344 65 45
Binary 101100 1000000 10010000 1000101 111000 0 101100 11100100 110101 100101

Color Harmonies of #2C4090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4090

Black with #2C4090

Text Example


Text Example

White with #2C4090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,64,144); }

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

background-color css

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

 a { background-color: rgb(44,64,144); }

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

border-color css

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

 span { border-color: rgb(44,64,144); }

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