Html Css Color HEX #415389 Tory Blue

📋 copy color: '#415389'

red 65 ◦ green 83 ◦ blue 137

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

Shades of Tory Blue #415389

Tints of Tory Blue #415389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.07%

R = 22.81%
G = 29.12%
B = 48.07%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#415389 (or 0x415389) is known color: Tory Blue. HEX triplet: 41, 53 and 89. RGB value is (65,83,137). Sum of RGB (Red+Green+Blue) = 65+83+137=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #415389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415389 is #BEAC76. Grayscale: #535353. Windows color (decimal): -12495991 or 8999745. OLE color: 8999745.

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

Color convert

RGB 65 83 137 -
CMYK 0.53 0.39 0 0.46
HSL 225º 0.36% 0.4% -
HSV(B) 225º 0.53% 0.54% -
XYZ 9.79 9.12 24.91 -
YUV 83.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 65 83 137 0.53 0.39 0 0.46 225 0.36 0.4
Hex 41 53 89 35 27 0 2E E1 24 28
Octal 101 123 211 65 47 0 56 341 44 50
Binary 1000001 1010011 10001001 110101 100111 0 101110 11100001 100100 101000

Color Harmonies of #415389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415389

Black with #415389

Text Example


Text Example

White with #415389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415389; }

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

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

background-color css

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

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

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

border-color css

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

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

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