Html Css Color HEX #3B487F Tory Blue

📋 copy color: '#3B487F'

red 59 ◦ green 72 ◦ blue 127

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

Shades of Tory Blue #3B487F

Tints of Tory Blue #3B487F

RGB

 RED value IS 59 (23.44% from 255) = 22.87%

 GREEN value IS 72 (28.52% from 255) = 27.91%

 BLUE value IS 127 (50% from 255) = 49.22%

R = 22.87%
G = 27.91%
B = 49.22%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3B487F (or 0x3B487F) is known color: Tory Blue. HEX triplet: 3B, 48 and 7F. RGB value is (59,72,127). Sum of RGB (Red+Green+Blue) = 59+72+127=258 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.87% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B487F is #C4B780. Grayscale: #4A4A4A. Windows color (decimal): -12892033 or 8341563. OLE color: 8341563.

HSL color Cylindrical-coordinate representation of color #3B487F: hue angle of 228.53º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B487F is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 59 72 127 -
CMYK 0.54 0.43 0 0.50
HSL 228.53º 0.37% 0.36% -
HSV(B) 228.53º 0.54% 0.5% -
XYZ 7.95 7.1 21.03 -
YUV 74.38 157.69 117.03 -
System Red Green Blue C M Y K H S L
Decimal 59 72 127 0.54 0.43 0 0.50 228.53 0.37 0.36
Hex 3B 48 7F 36 2B 0 32 E5 25 24
Octal 73 110 177 66 53 0 62 345 45 44
Binary 111011 1001000 1111111 110110 101011 0 110010 11100101 100101 100100

Color Harmonies of #3B487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B487F

Black with #3B487F

Text Example


Text Example

White with #3B487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,72,127); }

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

background-color css

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

 a { background-color: rgb(59,72,127); }

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

border-color css

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

 span { border-color: rgb(59,72,127); }

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