Html Css Color HEX #3B488B Tory Blue

📋 copy color: '#3B488B'

red 59 ◦ green 72 ◦ blue 139

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

Shades of Tory Blue #3B488B

Tints of Tory Blue #3B488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 21.85%
G = 26.67%
B = 51.48%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B488B (or 0x3B488B) is known color: Tory Blue. HEX triplet: 3B, 48 and 8B. RGB value is (59,72,139). Sum of RGB (Red+Green+Blue) = 59+72+139=270 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.85% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B488B is #C4B774. Grayscale: #4B4B4B. Windows color (decimal): -12892021 or 9127995. OLE color: 9127995.

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

Color convert

RGB 59 72 139 -
CMYK 0.58 0.48 0 0.45
HSL 230.25º 0.4% 0.39% -
HSV(B) 230.25º 0.58% 0.55% -
XYZ 8.78 7.43 25.4 -
YUV 75.75 163.69 116.05 -
System Red Green Blue C M Y K H S L
Decimal 59 72 139 0.58 0.48 0 0.45 230.25 0.4 0.39
Hex 3B 48 8B 3A 30 0 2D E6 28 27
Octal 73 110 213 72 60 0 55 346 50 47
Binary 111011 1001000 10001011 111010 110000 0 101101 11100110 101000 100111

Color Harmonies of #3B488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B488B

Black with #3B488B

Text Example


Text Example

White with #3B488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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