Html Css Color HEX #41578C Tory Blue

📋 copy color: '#41578C'

red 65 ◦ green 87 ◦ blue 140

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

Shades of Tory Blue #41578C

Tints of Tory Blue #41578C

RGB

 RED value IS 65 (25.78% from 255) = 22.26%

 GREEN value IS 87 (34.38% from 255) = 29.79%

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

R = 22.26%
G = 29.79%
B = 47.95%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41578C (or 0x41578C) is known color: Tory Blue. HEX triplet: 41, 57 and 8C. RGB value is (65,87,140). Sum of RGB (Red+Green+Blue) = 65+87+140=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #41578C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41578C is #BEA873. Grayscale: #565656. Windows color (decimal): -12494964 or 9197377. OLE color: 9197377.

HSL color Cylindrical-coordinate representation of color #41578C: hue angle of 222.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41578C is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 87 140 -
CMYK 0.54 0.38 0 0.45
HSL 222.4º 0.37% 0.4% -
HSV(B) 222.4º 0.54% 0.55% -
XYZ 10.32 9.83 26.17 -
YUV 86.46 158.21 112.69 -
System Red Green Blue C M Y K H S L
Decimal 65 87 140 0.54 0.38 0 0.45 222.4 0.37 0.4
Hex 41 57 8C 36 26 0 2D DE 25 28
Octal 101 127 214 66 46 0 55 336 45 50
Binary 1000001 1010111 10001100 110110 100110 0 101101 11011110 100101 101000

Color Harmonies of #41578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41578C

Black with #41578C

Text Example


Text Example

White with #41578C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41578C; }

 p { color: rgb(65,87,140); }

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

background-color css

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

 a { background-color: rgb(65,87,140); }

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

border-color css

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

 span { border-color: rgb(65,87,140); }

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