Html Css Color HEX #293D93 Tory Blue

📋 copy color: '#293D93'

red 41 ◦ green 61 ◦ blue 147

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

Shades of Tory Blue #293D93

Tints of Tory Blue #293D93

RGB

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

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

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

R = 16.47%
G = 24.5%
B = 59.04%

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

#293D93 (or 0x293D93) is known color: Tory Blue. HEX triplet: 29, 3D and 93. RGB value is (41,61,147). Sum of RGB (Red+Green+Blue) = 41+61+147=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #293D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D93 is #D6C26C. Grayscale: #404040. Windows color (decimal): -14074477 or 9649449. OLE color: 9649449.

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

Color convert

RGB 41 61 147 -
CMYK 0.72 0.59 0 0.42
HSL 228.68º 0.56% 0.37% -
HSV(B) 228.68º 0.72% 0.58% -
XYZ 7.85 5.92 28.33 -
YUV 64.82 174.37 111.01 -
System Red Green Blue C M Y K H S L
Decimal 41 61 147 0.72 0.59 0 0.42 228.68 0.56 0.37
Hex 29 3D 93 48 3B 0 2A E5 38 25
Octal 51 75 223 110 73 0 52 345 70 45
Binary 101001 111101 10010011 1001000 111011 0 101010 11100101 111000 100101

Color Harmonies of #293D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D93

Black with #293D93

Text Example


Text Example

White with #293D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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