Html Css Color HEX #293D8C Tory Blue

📋 copy color: '#293D8C'

red 41 ◦ green 61 ◦ blue 140

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

Shades of Tory Blue #293D8C

Tints of Tory Blue #293D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.85%

R = 16.94%
G = 25.21%
B = 57.85%

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

#293D8C (or 0x293D8C) is known color: Tory Blue. HEX triplet: 29, 3D and 8C. RGB value is (41,61,140). Sum of RGB (Red+Green+Blue) = 41+61+140=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #293D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D8C is #D6C273. Grayscale: #3F3F3F. Windows color (decimal): -14074484 or 9190697. OLE color: 9190697.

HSL color Cylindrical-coordinate representation of color #293D8C: hue angle of 227.88º degrees, saturation: 0.55, 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 #293D8C is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 61 140 -
CMYK 0.71 0.56 0 0.45
HSL 227.88º 0.55% 0.35% -
HSV(B) 227.88º 0.71% 0.55% -
XYZ 7.32 5.7 25.53 -
YUV 64.03 170.87 111.58 -
System Red Green Blue C M Y K H S L
Decimal 41 61 140 0.71 0.56 0 0.45 227.88 0.55 0.35
Hex 29 3D 8C 47 38 0 2D E4 37 23
Octal 51 75 214 107 70 0 55 344 67 43
Binary 101001 111101 10001100 1000111 111000 0 101101 11100100 110111 100011

Color Harmonies of #293D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D8C

Black with #293D8C

Text Example


Text Example

White with #293D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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