Html Css Color HEX #293D97 Tory Blue

📋 copy color: '#293D97'

red 41 ◦ green 61 ◦ blue 151

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

Shades of Tory Blue #293D97

Tints of Tory Blue #293D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 59.68%

R = 16.21%
G = 24.11%
B = 59.68%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#293D97 (or 0x293D97) is known color: Tory Blue. HEX triplet: 29, 3D and 97. RGB value is (41,61,151). Sum of RGB (Red+Green+Blue) = 41+61+151=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #293D97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D97 is #D6C268. Grayscale: #404040. Windows color (decimal): -14074473 or 9911593. OLE color: 9911593.

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

Color convert

RGB 41 61 151 -
CMYK 0.73 0.60 0 0.41
HSL 229.09º 0.57% 0.38% -
HSV(B) 229.09º 0.73% 0.59% -
XYZ 8.17 6.04 30.01 -
YUV 65.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 41 61 151 0.73 0.60 0 0.41 229.09 0.57 0.38
Hex 29 3D 97 49 3C 0 29 E5 39 26
Octal 51 75 227 111 74 0 51 345 71 46
Binary 101001 111101 10010111 1001001 111100 0 101001 11100101 111001 100110

Color Harmonies of #293D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D97

Black with #293D97

Text Example


Text Example

White with #293D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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