Html Css Color HEX #3F508A Tory Blue

📋 copy color: '#3F508A'

red 63 ◦ green 80 ◦ blue 138

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

Shades of Tory Blue #3F508A

Tints of Tory Blue #3F508A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 22.42%
G = 28.47%
B = 49.11%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F508A (or 0x3F508A) is known color: Tory Blue. HEX triplet: 3F, 50 and 8A. RGB value is (63,80,138). Sum of RGB (Red+Green+Blue) = 63+80+138=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F508A is #C0AF75. Grayscale: #515151. Windows color (decimal): -12627830 or 9064511. OLE color: 9064511.

HSL color Cylindrical-coordinate representation of color #3F508A: hue angle of 226.4º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F508A is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 80 138 -
CMYK 0.54 0.42 0 0.46
HSL 226.4º 0.37% 0.39% -
HSV(B) 226.4º 0.54% 0.54% -
XYZ 9.51 8.63 25.21 -
YUV 81.53 159.87 114.78 -
System Red Green Blue C M Y K H S L
Decimal 63 80 138 0.54 0.42 0 0.46 226.4 0.37 0.39
Hex 3F 50 8A 36 2A 0 2E E2 25 27
Octal 77 120 212 66 52 0 56 342 45 47
Binary 111111 1010000 10001010 110110 101010 0 101110 11100010 100101 100111

Color Harmonies of #3F508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F508A

Black with #3F508A

Text Example


Text Example

White with #3F508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,80,138); }

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

background-color css

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

 a { background-color: rgb(63,80,138); }

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

border-color css

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

 span { border-color: rgb(63,80,138); }

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