Html Css Color HEX #415383 Tory Blue

📋 copy color: '#415383'

red 65 ◦ green 83 ◦ blue 131

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

Shades of Tory Blue #415383

Tints of Tory Blue #415383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.95%

R = 23.3%
G = 29.75%
B = 46.95%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415383 (or 0x415383) is known color: Tory Blue. HEX triplet: 41, 53 and 83. RGB value is (65,83,131). Sum of RGB (Red+Green+Blue) = 65+83+131=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #415383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415383 is #BEAC7C. Grayscale: #525252. Windows color (decimal): -12495997 or 8606529. OLE color: 8606529.

HSL color Cylindrical-coordinate representation of color #415383: hue angle of 223.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #415383 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 83 131 -
CMYK 0.50 0.37 0 0.49
HSL 223.64º 0.34% 0.38% -
HSV(B) 223.64º 0.5% 0.51% -
XYZ 9.37 8.95 22.71 -
YUV 83.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 65 83 131 0.50 0.37 0 0.49 223.64 0.34 0.38
Hex 41 53 83 32 25 0 31 E0 22 26
Octal 101 123 203 62 45 0 61 340 42 46
Binary 1000001 1010011 10000011 110010 100101 0 110001 11100000 100010 100110

Color Harmonies of #415383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415383

Black with #415383

Text Example


Text Example

White with #415383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415383; }

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

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

background-color css

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

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

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

border-color css

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

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

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