Html Css Color HEX #293990 Tory Blue

📋 copy color: '#293990'

red 41 ◦ green 57 ◦ blue 144

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

Shades of Tory Blue #293990

Tints of Tory Blue #293990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.55%

 BLUE value IS 144 (56.64% from 255) = 59.5%

R = 16.94%
G = 23.55%
B = 59.5%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#293990 (or 0x293990) is known color: Tory Blue. HEX triplet: 29, 39 and 90. RGB value is (41,57,144). Sum of RGB (Red+Green+Blue) = 41+57+144=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #293990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293990 is #D6C66F. Grayscale: #3D3D3D. Windows color (decimal): -14075504 or 9451817. OLE color: 9451817.

HSL color Cylindrical-coordinate representation of color #293990: hue angle of 230.68º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293990 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 57 144 -
CMYK 0.72 0.60 0 0.44
HSL 230.68º 0.56% 0.36% -
HSV(B) 230.68º 0.72% 0.56% -
XYZ 7.41 5.41 27.04 -
YUV 62.13 174.2 112.93 -
System Red Green Blue C M Y K H S L
Decimal 41 57 144 0.72 0.60 0 0.44 230.68 0.56 0.36
Hex 29 39 90 48 3C 0 2C E7 38 24
Octal 51 71 220 110 74 0 54 347 70 44
Binary 101001 111001 10010000 1001000 111100 0 101100 11100111 111000 100100

Color Harmonies of #293990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293990

Black with #293990

Text Example


Text Example

White with #293990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293990; }

 p { color: rgb(41,57,144); }

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

background-color css

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

 a { background-color: rgb(41,57,144); }

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

border-color css

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

 span { border-color: rgb(41,57,144); }

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