Html Css Color HEX #293C90 Tory Blue

📋 copy color: '#293C90'

red 41 ◦ green 60 ◦ blue 144

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

Shades of Tory Blue #293C90

Tints of Tory Blue #293C90

RGB

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

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

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

R = 16.73%
G = 24.49%
B = 58.78%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#293C90 (or 0x293C90) is known color: Tory Blue. HEX triplet: 29, 3C and 90. RGB value is (41,60,144). Sum of RGB (Red+Green+Blue) = 41+60+144=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #293C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C90 is #D6C36F. Grayscale: #3F3F3F. Windows color (decimal): -14074736 or 9452585. OLE color: 9452585.

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

Color convert

RGB 41 60 144 -
CMYK 0.72 0.58 0 0.44
HSL 228.93º 0.56% 0.36% -
HSV(B) 228.93º 0.72% 0.56% -
XYZ 7.56 5.72 27.09 -
YUV 63.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 41 60 144 0.72 0.58 0 0.44 228.93 0.56 0.36
Hex 29 3C 90 48 3A 0 2C E5 38 24
Octal 51 74 220 110 72 0 54 345 70 44
Binary 101001 111100 10010000 1001000 111010 0 101100 11100101 111000 100100

Color Harmonies of #293C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C90

Black with #293C90

Text Example


Text Example

White with #293C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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