Html Css Color HEX #3F538D Tory Blue

📋 copy color: '#3F538D'

red 63 ◦ green 83 ◦ blue 141

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

Shades of Tory Blue #3F538D

Tints of Tory Blue #3F538D

RGB

 RED value IS 63 (25% from 255) = 21.95%

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

 BLUE value IS 141 (55.47% from 255) = 49.13%

R = 21.95%
G = 28.92%
B = 49.13%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F538D (or 0x3F538D) is known color: Tory Blue. HEX triplet: 3F, 53 and 8D. RGB value is (63,83,141). Sum of RGB (Red+Green+Blue) = 63+83+141=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F538D is #C0AC72. Grayscale: #535353. Windows color (decimal): -12627059 or 9261887. OLE color: 9261887.

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

Color convert

RGB 63 83 141 -
CMYK 0.55 0.41 0 0.45
HSL 224.62º 0.38% 0.4% -
HSV(B) 224.62º 0.55% 0.55% -
XYZ 9.95 9.17 26.44 -
YUV 83.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 63 83 141 0.55 0.41 0 0.45 224.62 0.38 0.4
Hex 3F 53 8D 37 29 0 2D E1 26 28
Octal 77 123 215 67 51 0 55 341 46 50
Binary 111111 1010011 10001101 110111 101001 0 101101 11100001 100110 101000

Color Harmonies of #3F538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F538D

Black with #3F538D

Text Example


Text Example

White with #3F538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F538D; }

 p { color: rgb(63,83,141); }

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

background-color css

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

 a { background-color: rgb(63,83,141); }

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

border-color css

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

 span { border-color: rgb(63,83,141); }

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