Html Css Color HEX #293893 Tory Blue

📋 copy color: '#293893'

red 41 ◦ green 56 ◦ blue 147

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

Shades of Tory Blue #293893

Tints of Tory Blue #293893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.95%

 BLUE value IS 147 (57.81% from 255) = 60.25%

R = 16.8%
G = 22.95%
B = 60.25%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293893 (or 0x293893) is known color: Tory Blue. HEX triplet: 29, 38 and 93. RGB value is (41,56,147). Sum of RGB (Red+Green+Blue) = 41+56+147=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #293893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293893 is #D6C76C. Grayscale: #3D3D3D. Windows color (decimal): -14075757 or 9648169. OLE color: 9648169.

HSL color Cylindrical-coordinate representation of color #293893: hue angle of 231.51º degrees, saturation: 0.56, 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 #293893 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 56 147 -
CMYK 0.72 0.62 0 0.42
HSL 231.51º 0.56% 0.37% -
HSV(B) 231.51º 0.72% 0.58% -
XYZ 7.6 5.41 28.25 -
YUV 61.89 176.03 113.1 -
System Red Green Blue C M Y K H S L
Decimal 41 56 147 0.72 0.62 0 0.42 231.51 0.56 0.37
Hex 29 38 93 48 3E 0 2A E8 38 25
Octal 51 70 223 110 76 0 52 350 70 45
Binary 101001 111000 10010011 1001000 111110 0 101010 11101000 111000 100101

Color Harmonies of #293893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293893

Black with #293893

Text Example


Text Example

White with #293893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293893; }

 p { color: rgb(41,56,147); }

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

background-color css

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

 a { background-color: rgb(41,56,147); }

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

border-color css

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

 span { border-color: rgb(41,56,147); }

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