Html Css Color HEX #293C96 Tory Blue

📋 copy color: '#293C96'

red 41 ◦ green 60 ◦ blue 150

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

Shades of Tory Blue #293C96

Tints of Tory Blue #293C96

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.9%

 BLUE value IS 150 (58.98% from 255) = 59.76%

R = 16.33%
G = 23.9%
B = 59.76%

CMYK

 C value IS 0.73

 M value IS 0.6

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#293C96 (or 0x293C96) is known color: Tory Blue. HEX triplet: 29, 3C and 96. RGB value is (41,60,150). Sum of RGB (Red+Green+Blue) = 41+60+150=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #293C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C96 is #D6C369. Grayscale: #404040. Windows color (decimal): -14074730 or 9845801. OLE color: 9845801.

HSL color Cylindrical-coordinate representation of color #293C96: hue angle of 229.54º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293C96 is Cyan = 0.73, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 60 150 -
CMYK 0.73 0.6 0 0.41
HSL 229.54º 0.57% 0.37% -
HSV(B) 229.54º 0.73% 0.59% -
XYZ 8.04 5.91 29.57 -
YUV 64.58 176.21 111.18 -
System Red Green Blue C M Y K H S L
Decimal 41 60 150 0.73 0.6 0 0.41 229.54 0.57 0.37
Hex 29 3C 96 49 3C 0 29 E6 39 25
Octal 51 74 226 111 74 0 51 346 71 45
Binary 101001 111100 10010110 1001001 111100 0 101001 11100110 111001 100101

Color Harmonies of #293C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C96

Black with #293C96

Text Example


Text Example

White with #293C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,60,150); }

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

background-color css

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

 a { background-color: rgb(41,60,150); }

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

border-color css

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

 span { border-color: rgb(41,60,150); }

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