Html Css Color HEX #415283 Tory Blue

📋 copy color: '#415283'

red 65 ◦ green 82 ◦ blue 131

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

Shades of Tory Blue #415283

Tints of Tory Blue #415283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.5%

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

R = 23.38%
G = 29.5%
B = 47.12%

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

#415283 (or 0x415283) is known color: Tory Blue. HEX triplet: 41, 52 and 83. RGB value is (65,82,131). Sum of RGB (Red+Green+Blue) = 65+82+131=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #415283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415283 is #BEAD7C. Grayscale: #525252. Windows color (decimal): -12496253 or 8606273. OLE color: 8606273.

HSL color Cylindrical-coordinate representation of color #415283: hue angle of 224.55º 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 #415283 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 82 131 -
CMYK 0.50 0.37 0 0.49
HSL 224.55º 0.34% 0.38% -
HSV(B) 224.55º 0.5% 0.51% -
XYZ 9.29 8.8 22.68 -
YUV 82.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 65 82 131 0.50 0.37 0 0.49 224.55 0.34 0.38
Hex 41 52 83 32 25 0 31 E1 22 26
Octal 101 122 203 62 45 0 61 341 42 46
Binary 1000001 1010010 10000011 110010 100101 0 110001 11100001 100010 100110

Color Harmonies of #415283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415283

Black with #415283

Text Example


Text Example

White with #415283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415283; }

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

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

background-color css

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

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

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

border-color css

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

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

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