Html Css Color HEX #293D92 Tory Blue

📋 copy color: '#293D92'

red 41 ◦ green 61 ◦ blue 146

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

Shades of Tory Blue #293D92

Tints of Tory Blue #293D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.87%

R = 16.53%
G = 24.6%
B = 58.87%

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

#293D92 (or 0x293D92) is known color: Tory Blue. HEX triplet: 29, 3D and 92. RGB value is (41,61,146). Sum of RGB (Red+Green+Blue) = 41+61+146=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #293D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D92 is #D6C26D. Grayscale: #404040. Windows color (decimal): -14074478 or 9583913. OLE color: 9583913.

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

Color convert

RGB 41 61 146 -
CMYK 0.72 0.58 0 0.43
HSL 228.57º 0.56% 0.37% -
HSV(B) 228.57º 0.72% 0.57% -
XYZ 7.77 5.88 27.92 -
YUV 64.71 173.87 111.09 -
System Red Green Blue C M Y K H S L
Decimal 41 61 146 0.72 0.58 0 0.43 228.57 0.56 0.37
Hex 29 3D 92 48 3A 0 2B E5 38 25
Octal 51 75 222 110 72 0 53 345 70 45
Binary 101001 111101 10010010 1001000 111010 0 101011 11100101 111000 100101

Color Harmonies of #293D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D92

Black with #293D92

Text Example


Text Example

White with #293D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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