Html Css Color HEX #415592 Tory Blue

📋 copy color: '#415592'

red 65 ◦ green 85 ◦ blue 146

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

Shades of Tory Blue #415592

Tints of Tory Blue #415592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.72%

 BLUE value IS 146 (57.42% from 255) = 49.32%

R = 21.96%
G = 28.72%
B = 49.32%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#415592 (or 0x415592) is known color: Tory Blue. HEX triplet: 41, 55 and 92. RGB value is (65,85,146). Sum of RGB (Red+Green+Blue) = 65+85+146=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #415592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415592 is #BEAA6D. Grayscale: #555555. Windows color (decimal): -12495470 or 9590081. OLE color: 9590081.

HSL color Cylindrical-coordinate representation of color #415592: hue angle of 225.19º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #415592 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 85 146 -
CMYK 0.55 0.42 0 0.43
HSL 225.19º 0.38% 0.41% -
HSV(B) 225.19º 0.55% 0.57% -
XYZ 10.62 9.7 28.51 -
YUV 85.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 65 85 146 0.55 0.42 0 0.43 225.19 0.38 0.41
Hex 41 55 92 37 2A 0 2B E1 26 29
Octal 101 125 222 67 52 0 53 341 46 51
Binary 1000001 1010101 10010010 110111 101010 0 101011 11100001 100110 101001

Color Harmonies of #415592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415592

Black with #415592

Text Example


Text Example

White with #415592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415592; }

 p { color: rgb(65,85,146); }

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

background-color css

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

 a { background-color: rgb(65,85,146); }

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

border-color css

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

 span { border-color: rgb(65,85,146); }

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