Html Css Color HEX #294093 Tory Blue

📋 copy color: '#294093'

red 41 ◦ green 64 ◦ blue 147

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

Shades of Tory Blue #294093

Tints of Tory Blue #294093

RGB

 RED value IS 41 (16.41% from 255) = 16.27%

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

 BLUE value IS 147 (57.81% from 255) = 58.33%

R = 16.27%
G = 25.4%
B = 58.33%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294093 (or 0x294093) is known color: Tory Blue. HEX triplet: 29, 40 and 93. RGB value is (41,64,147). Sum of RGB (Red+Green+Blue) = 41+64+147=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #294093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294093 is #D6BF6C. Grayscale: #424242. Windows color (decimal): -14073709 or 9650217. OLE color: 9650217.

HSL color Cylindrical-coordinate representation of color #294093: hue angle of 226.98º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294093 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 64 147 -
CMYK 0.72 0.56 0 0.42
HSL 226.98º 0.56% 0.37% -
HSV(B) 226.98º 0.72% 0.58% -
XYZ 8.01 6.24 28.39 -
YUV 66.59 173.38 109.75 -
System Red Green Blue C M Y K H S L
Decimal 41 64 147 0.72 0.56 0 0.42 226.98 0.56 0.37
Hex 29 40 93 48 38 0 2A E3 38 25
Octal 51 100 223 110 70 0 52 343 70 45
Binary 101001 1000000 10010011 1001000 111000 0 101010 11100011 111000 100101

Color Harmonies of #294093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294093

Black with #294093

Text Example


Text Example

White with #294093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294093; }

 p { color: rgb(41,64,147); }

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

background-color css

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

 a { background-color: rgb(41,64,147); }

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

border-color css

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

 span { border-color: rgb(41,64,147); }

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