Html Css Color HEX #293D95 Tory Blue

📋 copy color: '#293D95'

red 41 ◦ green 61 ◦ blue 149

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

Shades of Tory Blue #293D95

Tints of Tory Blue #293D95

RGB

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

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

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

R = 16.33%
G = 24.3%
B = 59.36%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293D95 (or 0x293D95) is known color: Tory Blue. HEX triplet: 29, 3D and 95. RGB value is (41,61,149). Sum of RGB (Red+Green+Blue) = 41+61+149=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #293D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D95 is #D6C26A. Grayscale: #404040. Windows color (decimal): -14074475 or 9780521. OLE color: 9780521.

HSL color Cylindrical-coordinate representation of color #293D95: hue angle of 228.89º 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 #293D95 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 61 149 -
CMYK 0.72 0.59 0 0.42
HSL 228.89º 0.57% 0.37% -
HSV(B) 228.89º 0.72% 0.58% -
XYZ 8.01 5.98 29.17 -
YUV 65.05 175.37 110.84 -
System Red Green Blue C M Y K H S L
Decimal 41 61 149 0.72 0.59 0 0.42 228.89 0.57 0.37
Hex 29 3D 95 48 3B 0 2A E5 39 25
Octal 51 75 225 110 73 0 52 345 71 45
Binary 101001 111101 10010101 1001000 111011 0 101010 11100101 111001 100101

Color Harmonies of #293D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D95

Black with #293D95

Text Example


Text Example

White with #293D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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