Html Css Color HEX #41568B Tory Blue

📋 copy color: '#41568B'

red 65 ◦ green 86 ◦ blue 139

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

Shades of Tory Blue #41568B

Tints of Tory Blue #41568B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.66%

 BLUE value IS 139 (54.69% from 255) = 47.93%

R = 22.41%
G = 29.66%
B = 47.93%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41568B (or 0x41568B) is known color: Tory Blue. HEX triplet: 41, 56 and 8B. RGB value is (65,86,139). Sum of RGB (Red+Green+Blue) = 65+86+139=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #41568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41568B is #BEA974. Grayscale: #555555. Windows color (decimal): -12495221 or 9131585. OLE color: 9131585.

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

Color convert

RGB 65 86 139 -
CMYK 0.53 0.38 0 0.45
HSL 222.97º 0.36% 0.4% -
HSV(B) 222.97º 0.53% 0.55% -
XYZ 10.17 9.64 25.75 -
YUV 85.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 65 86 139 0.53 0.38 0 0.45 222.97 0.36 0.4
Hex 41 56 8B 35 26 0 2D DF 24 28
Octal 101 126 213 65 46 0 55 337 44 50
Binary 1000001 1010110 10001011 110101 100110 0 101101 11011111 100100 101000

Color Harmonies of #41568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41568B

Black with #41568B

Text Example


Text Example

White with #41568B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41568B; }

 p { color: rgb(65,86,139); }

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

background-color css

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

 a { background-color: rgb(65,86,139); }

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

border-color css

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

 span { border-color: rgb(65,86,139); }

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