Html Css Color HEX #293A90 Tory Blue

📋 copy color: '#293A90'

red 41 ◦ green 58 ◦ blue 144

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

Shades of Tory Blue #293A90

Tints of Tory Blue #293A90

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.87%

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

R = 16.87%
G = 23.87%
B = 59.26%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#293A90 (or 0x293A90) is known color: Tory Blue. HEX triplet: 29, 3A and 90. RGB value is (41,58,144). Sum of RGB (Red+Green+Blue) = 41+58+144=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #293A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A90 is #D6C56F. Grayscale: #3E3E3E. Windows color (decimal): -14075248 or 9452073. OLE color: 9452073.

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

Color convert

RGB 41 58 144 -
CMYK 0.72 0.60 0 0.44
HSL 230.1º 0.56% 0.36% -
HSV(B) 230.1º 0.72% 0.56% -
XYZ 7.46 5.51 27.06 -
YUV 62.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 41 58 144 0.72 0.60 0 0.44 230.1 0.56 0.36
Hex 29 3A 90 48 3C 0 2C E6 38 24
Octal 51 72 220 110 74 0 54 346 70 44
Binary 101001 111010 10010000 1001000 111100 0 101100 11100110 111000 100100

Color Harmonies of #293A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A90

Black with #293A90

Text Example


Text Example

White with #293A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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