Html Css Color HEX #293A92 Tory Blue

📋 copy color: '#293A92'

red 41 ◦ green 58 ◦ blue 146

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

Shades of Tory Blue #293A92

Tints of Tory Blue #293A92

RGB

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

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

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

R = 16.73%
G = 23.67%
B = 59.59%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#293A92 (or 0x293A92) is known color: Tory Blue. HEX triplet: 29, 3A and 92. RGB value is (41,58,146). Sum of RGB (Red+Green+Blue) = 41+58+146=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #293A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A92 is #D6C56D. Grayscale: #3E3E3E. Windows color (decimal): -14075246 or 9583145. OLE color: 9583145.

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

Color convert

RGB 41 58 146 -
CMYK 0.72 0.60 0 0.43
HSL 230.29º 0.56% 0.37% -
HSV(B) 230.29º 0.72% 0.57% -
XYZ 7.62 5.57 27.87 -
YUV 62.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 41 58 146 0.72 0.60 0 0.43 230.29 0.56 0.37
Hex 29 3A 92 48 3C 0 2B E6 38 25
Octal 51 72 222 110 74 0 53 346 70 45
Binary 101001 111010 10010010 1001000 111100 0 101011 11100110 111000 100101

Color Harmonies of #293A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A92

Black with #293A92

Text Example


Text Example

White with #293A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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