Html Css Color HEX #3F578A Tory Blue

📋 copy color: '#3F578A'

red 63 ◦ green 87 ◦ blue 138

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

Shades of Tory Blue #3F578A

Tints of Tory Blue #3F578A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

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

R = 21.88%
G = 30.21%
B = 47.92%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F578A (or 0x3F578A) is known color: Tory Blue. HEX triplet: 3F, 57 and 8A. RGB value is (63,87,138). Sum of RGB (Red+Green+Blue) = 63+87+138=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F578A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F578A is #C0A875. Grayscale: #555555. Windows color (decimal): -12626038 or 9066303. OLE color: 9066303.

HSL color Cylindrical-coordinate representation of color #3F578A: hue angle of 220.8º 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 #3F578A is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 63 87 138 -
CMYK 0.54 0.37 0 0.46
HSL 220.8º 0.37% 0.39% -
HSV(B) 220.8º 0.54% 0.54% -
XYZ 10.05 9.71 25.39 -
YUV 85.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 63 87 138 0.54 0.37 0 0.46 220.8 0.37 0.39
Hex 3F 57 8A 36 25 0 2E DD 25 27
Octal 77 127 212 66 45 0 56 335 45 47
Binary 111111 1010111 10001010 110110 100101 0 101110 11011101 100101 100111

Color Harmonies of #3F578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F578A

Black with #3F578A

Text Example


Text Example

White with #3F578A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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