Html Css Color HEX #415384 Tory Blue

📋 copy color: '#415384'

red 65 ◦ green 83 ◦ blue 132

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

Shades of Tory Blue #415384

Tints of Tory Blue #415384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.14%

R = 23.21%
G = 29.64%
B = 47.14%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#415384 (or 0x415384) is known color: Tory Blue. HEX triplet: 41, 53 and 84. RGB value is (65,83,132). Sum of RGB (Red+Green+Blue) = 65+83+132=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #415384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415384 is #BEAC7B. Grayscale: #525252. Windows color (decimal): -12495996 or 8672065. OLE color: 8672065.

HSL color Cylindrical-coordinate representation of color #415384: hue angle of 223.88º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #415384 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 83 132 -
CMYK 0.51 0.37 0 0.48
HSL 223.88º 0.34% 0.39% -
HSV(B) 223.88º 0.51% 0.52% -
XYZ 9.44 8.98 23.06 -
YUV 83.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 65 83 132 0.51 0.37 0 0.48 223.88 0.34 0.39
Hex 41 53 84 33 25 0 30 E0 22 27
Octal 101 123 204 63 45 0 60 340 42 47
Binary 1000001 1010011 10000100 110011 100101 0 110000 11100000 100010 100111

Color Harmonies of #415384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415384

Black with #415384

Text Example


Text Example

White with #415384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415384; }

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

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

background-color css

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

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

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

border-color css

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

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

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