Html Css Color HEX #293D98 Tory Blue

📋 copy color: '#293D98'

red 41 ◦ green 61 ◦ blue 152

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

Shades of Tory Blue #293D98

Tints of Tory Blue #293D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.84%

R = 16.14%
G = 24.02%
B = 59.84%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#293D98 (or 0x293D98) is known color: Tory Blue. HEX triplet: 29, 3D and 98. RGB value is (41,61,152). Sum of RGB (Red+Green+Blue) = 41+61+152=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #293D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D98 is #D6C267. Grayscale: #414141. Windows color (decimal): -14074472 or 9977129. OLE color: 9977129.

HSL color Cylindrical-coordinate representation of color #293D98: hue angle of 229.19º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293D98 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 61 152 -
CMYK 0.73 0.60 0 0.40
HSL 229.19º 0.58% 0.38% -
HSV(B) 229.19º 0.73% 0.6% -
XYZ 8.25 6.08 30.44 -
YUV 65.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 41 61 152 0.73 0.60 0 0.40 229.19 0.58 0.38
Hex 29 3D 98 49 3C 0 28 E5 3A 26
Octal 51 75 230 111 74 0 50 345 72 46
Binary 101001 111101 10011000 1001001 111100 0 101000 11100101 111010 100110

Color Harmonies of #293D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D98

Black with #293D98

Text Example


Text Example

White with #293D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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