Html Css Color HEX #293C95 Tory Blue

📋 copy color: '#293C95'

red 41 ◦ green 60 ◦ blue 149

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

Shades of Tory Blue #293C95

Tints of Tory Blue #293C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 16.4%
G = 24%
B = 59.6%

CMYK

 C value IS 0.72

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293C95 (or 0x293C95) is known color: Tory Blue. HEX triplet: 29, 3C and 95. RGB value is (41,60,149). Sum of RGB (Red+Green+Blue) = 41+60+149=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #293C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C95 is #D6C36A. Grayscale: #404040. Windows color (decimal): -14074731 or 9780265. OLE color: 9780265.

HSL color Cylindrical-coordinate representation of color #293C95: hue angle of 229.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293C95 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 60 149 -
CMYK 0.72 0.60 0 0.42
HSL 229.44º 0.57% 0.37% -
HSV(B) 229.44º 0.72% 0.58% -
XYZ 7.96 5.87 29.15 -
YUV 64.47 175.71 111.26 -
System Red Green Blue C M Y K H S L
Decimal 41 60 149 0.72 0.60 0 0.42 229.44 0.57 0.37
Hex 29 3C 95 48 3C 0 2A E5 39 25
Octal 51 74 225 110 74 0 52 345 71 45
Binary 101001 111100 10010101 1001000 111100 0 101010 11100101 111001 100101

Color Harmonies of #293C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C95

Black with #293C95

Text Example


Text Example

White with #293C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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