Html Css Color HEX #3F588A Tory Blue

📋 copy color: '#3F588A'

red 63 ◦ green 88 ◦ blue 138

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

Shades of Tory Blue #3F588A

Tints of Tory Blue #3F588A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 21.8%
G = 30.45%
B = 47.75%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3F588A (or 0x3F588A) is known color: Tory Blue. HEX triplet: 3F, 58 and 8A. RGB value is (63,88,138). Sum of RGB (Red+Green+Blue) = 63+88+138=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F588A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F588A is #C0A775. Grayscale: #565656. Windows color (decimal): -12625782 or 9066559. OLE color: 9066559.

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

Color convert

RGB 63 88 138 -
CMYK 0.54 0.36 0 0.46
HSL 220º 0.37% 0.39% -
HSV(B) 220º 0.54% 0.54% -
XYZ 10.13 9.87 25.42 -
YUV 86.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 63 88 138 0.54 0.36 0 0.46 220 0.37 0.39
Hex 3F 58 8A 36 24 0 2E DC 25 27
Octal 77 130 212 66 44 0 56 334 45 47
Binary 111111 1011000 10001010 110110 100100 0 101110 11011100 100101 100111

Color Harmonies of #3F588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F588A

Black with #3F588A

Text Example


Text Example

White with #3F588A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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