Html Css Color HEX #2C4094 Tory Blue

📋 copy color: '#2C4094'

red 44 ◦ green 64 ◦ blue 148

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

Shades of Tory Blue #2C4094

Tints of Tory Blue #2C4094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.81%

R = 17.19%
G = 25%
B = 57.81%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2C4094 (or 0x2C4094) is known color: Tory Blue. HEX triplet: 2C, 40 and 94. RGB value is (44,64,148). Sum of RGB (Red+Green+Blue) = 44+64+148=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #2C4094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4094 is #D3BF6B. Grayscale: #434343. Windows color (decimal): -13877100 or 9715756. OLE color: 9715756.

HSL color Cylindrical-coordinate representation of color #2C4094: hue angle of 228.46º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C4094 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 64 148 -
CMYK 0.70 0.57 0 0.42
HSL 228.46º 0.54% 0.38% -
HSV(B) 228.46º 0.7% 0.58% -
XYZ 8.22 6.34 28.81 -
YUV 67.6 173.37 111.17 -
System Red Green Blue C M Y K H S L
Decimal 44 64 148 0.70 0.57 0 0.42 228.46 0.54 0.38
Hex 2C 40 94 46 39 0 2A E4 36 26
Octal 54 100 224 106 71 0 52 344 66 46
Binary 101100 1000000 10010100 1000110 111001 0 101010 11100100 110110 100110

Color Harmonies of #2C4094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4094

Black with #2C4094

Text Example


Text Example

White with #2C4094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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