Html Css Color HEX #293F95 Tory Blue

📋 copy color: '#293F95'

red 41 ◦ green 63 ◦ blue 149

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

Shades of Tory Blue #293F95

Tints of Tory Blue #293F95

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

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

R = 16.21%
G = 24.9%
B = 58.89%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293F95 (or 0x293F95) is known color: Tory Blue. HEX triplet: 29, 3F and 95. RGB value is (41,63,149). Sum of RGB (Red+Green+Blue) = 41+63+149=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #293F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293F95 is #D6C06A. Grayscale: #414141. Windows color (decimal): -14073963 or 9781033. OLE color: 9781033.

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

Color convert

RGB 41 63 149 -
CMYK 0.72 0.58 0 0.42
HSL 227.78º 0.57% 0.37% -
HSV(B) 227.78º 0.72% 0.58% -
XYZ 8.12 6.2 29.2 -
YUV 66.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 41 63 149 0.72 0.58 0 0.42 227.78 0.57 0.37
Hex 29 3F 95 48 3A 0 2A E4 39 25
Octal 51 77 225 110 72 0 52 344 71 45
Binary 101001 111111 10010101 1001000 111010 0 101010 11100100 111001 100101

Color Harmonies of #293F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F95

Black with #293F95

Text Example


Text Example

White with #293F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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