Html Css Color HEX #293D8B Tory Blue

📋 copy color: '#293D8B'

red 41 ◦ green 61 ◦ blue 139

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

Shades of Tory Blue #293D8B

Tints of Tory Blue #293D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.68%

R = 17.01%
G = 25.31%
B = 57.68%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#293D8B (or 0x293D8B) is known color: Tory Blue. HEX triplet: 29, 3D and 8B. RGB value is (41,61,139). Sum of RGB (Red+Green+Blue) = 41+61+139=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #293D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D8B is #D6C274. Grayscale: #3F3F3F. Windows color (decimal): -14074485 or 9125161. OLE color: 9125161.

HSL color Cylindrical-coordinate representation of color #293D8B: hue angle of 227.76º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #293D8B is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 61 139 -
CMYK 0.71 0.56 0 0.45
HSL 227.76º 0.54% 0.35% -
HSV(B) 227.76º 0.71% 0.55% -
XYZ 7.24 5.67 25.14 -
YUV 63.91 170.37 111.66 -
System Red Green Blue C M Y K H S L
Decimal 41 61 139 0.71 0.56 0 0.45 227.76 0.54 0.35
Hex 29 3D 8B 47 38 0 2D E4 36 23
Octal 51 75 213 107 70 0 55 344 66 43
Binary 101001 111101 10001011 1000111 111000 0 101101 11100100 110110 100011

Color Harmonies of #293D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D8B

Black with #293D8B

Text Example


Text Example

White with #293D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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