Html Css Color HEX #293C93 Tory Blue

📋 copy color: '#293C93'

red 41 ◦ green 60 ◦ blue 147

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

Shades of Tory Blue #293C93

Tints of Tory Blue #293C93

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

 BLUE value IS 147 (57.81% from 255) = 59.27%

R = 16.53%
G = 24.19%
B = 59.27%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293C93 (or 0x293C93) is known color: Tory Blue. HEX triplet: 29, 3C and 93. RGB value is (41,60,147). Sum of RGB (Red+Green+Blue) = 41+60+147=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #293C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C93 is #D6C36C. Grayscale: #3F3F3F. Windows color (decimal): -14074733 or 9649193. OLE color: 9649193.

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

Color convert

RGB 41 60 147 -
CMYK 0.72 0.59 0 0.42
HSL 229.25º 0.56% 0.37% -
HSV(B) 229.25º 0.72% 0.58% -
XYZ 7.8 5.81 28.31 -
YUV 64.24 174.71 111.43 -
System Red Green Blue C M Y K H S L
Decimal 41 60 147 0.72 0.59 0 0.42 229.25 0.56 0.37
Hex 29 3C 93 48 3B 0 2A E5 38 25
Octal 51 74 223 110 73 0 52 345 70 45
Binary 101001 111100 10010011 1001000 111011 0 101010 11100101 111000 100101

Color Harmonies of #293C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C93

Black with #293C93

Text Example


Text Example

White with #293C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,60,147); }

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

background-color css

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

 a { background-color: rgb(41,60,147); }

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

border-color css

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

 span { border-color: rgb(41,60,147); }

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