Html Css Color HEX #41538A Tory Blue

📋 copy color: '#41538A'

red 65 ◦ green 83 ◦ blue 138

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

Shades of Tory Blue #41538A

Tints of Tory Blue #41538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

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

R = 22.73%
G = 29.02%
B = 48.25%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41538A (or 0x41538A) is known color: Tory Blue. HEX triplet: 41, 53 and 8A. RGB value is (65,83,138). Sum of RGB (Red+Green+Blue) = 65+83+138=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #41538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41538A is #BEAC75. Grayscale: #535353. Windows color (decimal): -12495990 or 9065281. OLE color: 9065281.

HSL color Cylindrical-coordinate representation of color #41538A: hue angle of 225.21º 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 #41538A is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 83 138 -
CMYK 0.53 0.40 0 0.46
HSL 225.21º 0.36% 0.4% -
HSV(B) 225.21º 0.53% 0.54% -
XYZ 9.86 9.15 25.29 -
YUV 83.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 65 83 138 0.53 0.40 0 0.46 225.21 0.36 0.4
Hex 41 53 8A 35 28 0 2E E1 24 28
Octal 101 123 212 65 50 0 56 341 44 50
Binary 1000001 1010011 10001010 110101 101000 0 101110 11100001 100100 101000

Color Harmonies of #41538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41538A

Black with #41538A

Text Example


Text Example

White with #41538A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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