Html Css Color HEX #293B94 Tory Blue

📋 copy color: '#293B94'

red 41 ◦ green 59 ◦ blue 148

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

Shades of Tory Blue #293B94

Tints of Tory Blue #293B94

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.79%

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

R = 16.53%
G = 23.79%
B = 59.68%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293B94 (or 0x293B94) is known color: Tory Blue. HEX triplet: 29, 3B and 94. RGB value is (41,59,148). Sum of RGB (Red+Green+Blue) = 41+59+148=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #293B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293B94 is #D6C46B. Grayscale: #3F3F3F. Windows color (decimal): -14074988 or 9714473. OLE color: 9714473.

HSL color Cylindrical-coordinate representation of color #293B94: hue angle of 229.91º degrees, saturation: 0.57, 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 #293B94 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 59 148 -
CMYK 0.72 0.60 0 0.42
HSL 229.91º 0.57% 0.37% -
HSV(B) 229.91º 0.72% 0.58% -
XYZ 7.82 5.74 28.71 -
YUV 63.76 175.54 111.76 -
System Red Green Blue C M Y K H S L
Decimal 41 59 148 0.72 0.60 0 0.42 229.91 0.57 0.37
Hex 29 3B 94 48 3C 0 2A E6 39 25
Octal 51 73 224 110 74 0 52 346 71 45
Binary 101001 111011 10010100 1001000 111100 0 101010 11100110 111001 100101

Color Harmonies of #293B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B94

Black with #293B94

Text Example


Text Example

White with #293B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293B94; }

 p { color: rgb(41,59,148); }

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

background-color css

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

 a { background-color: rgb(41,59,148); }

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

border-color css

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

 span { border-color: rgb(41,59,148); }

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