Html Css Color HEX #405383 Tory Blue

📋 copy color: '#405383'

red 64 ◦ green 83 ◦ blue 131

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

Shades of Tory Blue #405383

Tints of Tory Blue #405383

RGB

 RED value IS 64 (25.39% from 255) = 23.02%

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

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

R = 23.02%
G = 29.86%
B = 47.12%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#405383 (or 0x405383) is known color: Tory Blue. HEX triplet: 40, 53 and 83. RGB value is (64,83,131). Sum of RGB (Red+Green+Blue) = 64+83+131=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 83 (32.81% from 255 or 29.86% 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 #405383 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405383 is #BFAC7C. Grayscale: #525252. Windows color (decimal): -12561533 or 8606528. OLE color: 8606528.

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

Color convert

RGB 64 83 131 -
CMYK 0.51 0.37 0 0.49
HSL 222.99º 0.34% 0.38% -
HSV(B) 222.99º 0.51% 0.51% -
XYZ 9.3 8.92 22.7 -
YUV 82.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 64 83 131 0.51 0.37 0 0.49 222.99 0.34 0.38
Hex 40 53 83 33 25 0 31 DF 22 26
Octal 100 123 203 63 45 0 61 337 42 46
Binary 1000000 1010011 10000011 110011 100101 0 110001 11011111 100010 100110

Color Harmonies of #405383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405383

Black with #405383

Text Example


Text Example

White with #405383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405383; }

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

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

background-color css

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

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

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

border-color css

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

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

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