Html Css Color HEX #293D91 Tory Blue

📋 copy color: '#293D91'

red 41 ◦ green 61 ◦ blue 145

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

Shades of Tory Blue #293D91

Tints of Tory Blue #293D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.7%

 BLUE value IS 145 (57.03% from 255) = 58.7%

R = 16.6%
G = 24.7%
B = 58.7%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#293D91 (or 0x293D91) is known color: Tory Blue. HEX triplet: 29, 3D and 91. RGB value is (41,61,145). Sum of RGB (Red+Green+Blue) = 41+61+145=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #293D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D91 is #D6C26E. Grayscale: #404040. Windows color (decimal): -14074479 or 9518377. OLE color: 9518377.

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

Color convert

RGB 41 61 145 -
CMYK 0.72 0.58 0 0.43
HSL 228.46º 0.56% 0.36% -
HSV(B) 228.46º 0.72% 0.57% -
XYZ 7.69 5.85 27.51 -
YUV 64.6 173.37 111.17 -
System Red Green Blue C M Y K H S L
Decimal 41 61 145 0.72 0.58 0 0.43 228.46 0.56 0.36
Hex 29 3D 91 48 3A 0 2B E4 38 24
Octal 51 75 221 110 72 0 53 344 70 44
Binary 101001 111101 10010001 1001000 111010 0 101011 11100100 111000 100100

Color Harmonies of #293D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D91

Black with #293D91

Text Example


Text Example

White with #293D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,61,145); }

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

background-color css

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

 a { background-color: rgb(41,61,145); }

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

border-color css

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

 span { border-color: rgb(41,61,145); }

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