Html Css Color HEX #415C8A Tory Blue

📋 copy color: '#415C8A'

red 65 ◦ green 92 ◦ blue 138

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

Shades of Tory Blue #415C8A

Tints of Tory Blue #415C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.19%

 BLUE value IS 138 (54.3% from 255) = 46.78%

R = 22.03%
G = 31.19%
B = 46.78%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#415C8A (or 0x415C8A) is known color: Tory Blue. HEX triplet: 41, 5C and 8A. RGB value is (65,92,138). Sum of RGB (Red+Green+Blue) = 65+92+138=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #415C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415C8A is #BEA375. Grayscale: #585858. Windows color (decimal): -12493686 or 9067585. OLE color: 9067585.

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

Color convert

RGB 65 92 138 -
CMYK 0.53 0.33 0 0.46
HSL 217.81º 0.36% 0.4% -
HSV(B) 217.81º 0.53% 0.54% -
XYZ 10.59 10.61 25.53 -
YUV 89.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 65 92 138 0.53 0.33 0 0.46 217.81 0.36 0.4
Hex 41 5C 8A 35 21 0 2E DA 24 28
Octal 101 134 212 65 41 0 56 332 44 50
Binary 1000001 1011100 10001010 110101 100001 0 101110 11011010 100100 101000

Color Harmonies of #415C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415C8A

Black with #415C8A

Text Example


Text Example

White with #415C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415C8A; }

 p { color: rgb(65,92,138); }

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

background-color css

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

 a { background-color: rgb(65,92,138); }

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

border-color css

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

 span { border-color: rgb(65,92,138); }

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