Html Css Color HEX #293E94 Tory Blue

📋 copy color: '#293E94'

red 41 ◦ green 62 ◦ blue 148

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

Shades of Tory Blue #293E94

Tints of Tory Blue #293E94

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.7%

 BLUE value IS 148 (58.2% from 255) = 58.96%

R = 16.33%
G = 24.7%
B = 58.96%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293E94 (or 0x293E94) is known color: Tory Blue. HEX triplet: 29, 3E and 94. RGB value is (41,62,148). Sum of RGB (Red+Green+Blue) = 41+62+148=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #293E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293E94 is #D6C16B. Grayscale: #414141. Windows color (decimal): -14074220 or 9715241. OLE color: 9715241.

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

Color convert

RGB 41 62 148 -
CMYK 0.72 0.58 0 0.42
HSL 228.22º 0.57% 0.37% -
HSV(B) 228.22º 0.72% 0.58% -
XYZ 7.98 6.05 28.76 -
YUV 65.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 41 62 148 0.72 0.58 0 0.42 228.22 0.57 0.37
Hex 29 3E 94 48 3A 0 2A E4 39 25
Octal 51 76 224 110 72 0 52 344 71 45
Binary 101001 111110 10010100 1001000 111010 0 101010 11100100 111001 100101

Color Harmonies of #293E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E94

Black with #293E94

Text Example


Text Example

White with #293E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,62,148); }

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

background-color css

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

 a { background-color: rgb(41,62,148); }

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

border-color css

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

 span { border-color: rgb(41,62,148); }

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