Html Css Color HEX #293D96 Tory Blue

📋 copy color: '#293D96'

red 41 ◦ green 61 ◦ blue 150

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

Shades of Tory Blue #293D96

Tints of Tory Blue #293D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 59.52%

R = 16.27%
G = 24.21%
B = 59.52%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#293D96 (or 0x293D96) is known color: Tory Blue. HEX triplet: 29, 3D and 96. RGB value is (41,61,150). Sum of RGB (Red+Green+Blue) = 41+61+150=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #293D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D96 is #D6C269. Grayscale: #404040. Windows color (decimal): -14074474 or 9846057. OLE color: 9846057.

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

Color convert

RGB 41 61 150 -
CMYK 0.73 0.59 0 0.41
HSL 228.99º 0.57% 0.37% -
HSV(B) 228.99º 0.73% 0.59% -
XYZ 8.09 6.01 29.59 -
YUV 65.17 175.87 110.76 -
System Red Green Blue C M Y K H S L
Decimal 41 61 150 0.73 0.59 0 0.41 228.99 0.57 0.37
Hex 29 3D 96 49 3B 0 29 E5 39 25
Octal 51 75 226 111 73 0 51 345 71 45
Binary 101001 111101 10010110 1001001 111011 0 101001 11100101 111001 100101

Color Harmonies of #293D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D96

Black with #293D96

Text Example


Text Example

White with #293D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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