Html Css Color HEX #293C8C Tory Blue

📋 copy color: '#293C8C'

red 41 ◦ green 60 ◦ blue 140

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

Shades of Tory Blue #293C8C

Tints of Tory Blue #293C8C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.9%

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

R = 17.01%
G = 24.9%
B = 58.09%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#293C8C (or 0x293C8C) is known color: Tory Blue. HEX triplet: 29, 3C and 8C. RGB value is (41,60,140). Sum of RGB (Red+Green+Blue) = 41+60+140=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 140 (55.08% from 255 or 58.09% from 241); Max value from RGB is 140 - color contains mainly: blue. Hex color #293C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C8C is #D6C373. Grayscale: #3F3F3F. Windows color (decimal): -14074740 or 9190441. OLE color: 9190441.

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

Color convert

RGB 41 60 140 -
CMYK 0.71 0.57 0 0.45
HSL 228.48º 0.55% 0.35% -
HSV(B) 228.48º 0.71% 0.55% -
XYZ 7.26 5.6 25.51 -
YUV 63.44 171.21 112 -
System Red Green Blue C M Y K H S L
Decimal 41 60 140 0.71 0.57 0 0.45 228.48 0.55 0.35
Hex 29 3C 8C 47 39 0 2D E4 37 23
Octal 51 74 214 107 71 0 55 344 67 43
Binary 101001 111100 10001100 1000111 111001 0 101101 11100100 110111 100011

Color Harmonies of #293C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C8C

Black with #293C8C

Text Example


Text Example

White with #293C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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