Html Css Color HEX #41558A Tory Blue

📋 copy color: '#41558A'

red 65 ◦ green 85 ◦ blue 138

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

Shades of Tory Blue #41558A

Tints of Tory Blue #41558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

 BLUE value IS 138 (54.3% from 255) = 47.92%

R = 22.57%
G = 29.51%
B = 47.92%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41558A (or 0x41558A) is known color: Tory Blue. HEX triplet: 41, 55 and 8A. RGB value is (65,85,138). Sum of RGB (Red+Green+Blue) = 65+85+138=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #41558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41558A is #BEAA75. Grayscale: #545454. Windows color (decimal): -12495478 or 9065793. OLE color: 9065793.

HSL color Cylindrical-coordinate representation of color #41558A: hue angle of 223.56º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41558A is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 85 138 -
CMYK 0.53 0.38 0 0.46
HSL 223.56º 0.36% 0.4% -
HSV(B) 223.56º 0.53% 0.54% -
XYZ 10.02 9.46 25.34 -
YUV 85.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 65 85 138 0.53 0.38 0 0.46 223.56 0.36 0.4
Hex 41 55 8A 35 26 0 2E E0 24 28
Octal 101 125 212 65 46 0 56 340 44 50
Binary 1000001 1010101 10001010 110101 100110 0 101110 11100000 100100 101000

Color Harmonies of #41558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41558A

Black with #41558A

Text Example


Text Example

White with #41558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41558A; }

 p { color: rgb(65,85,138); }

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

background-color css

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

 a { background-color: rgb(65,85,138); }

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

border-color css

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

 span { border-color: rgb(65,85,138); }

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