Html Css Color HEX #3A488B Tory Blue

📋 copy color: '#3A488B'

red 58 ◦ green 72 ◦ blue 139

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

Shades of Tory Blue #3A488B

Tints of Tory Blue #3A488B

RGB

 RED value IS 58 (23.05% from 255) = 21.56%

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

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

R = 21.56%
G = 26.77%
B = 51.67%

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

#3A488B (or 0x3A488B) is known color: Tory Blue. HEX triplet: 3A, 48 and 8B. RGB value is (58,72,139). Sum of RGB (Red+Green+Blue) = 58+72+139=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A488B is #C5B774. Grayscale: #4B4B4B. Windows color (decimal): -12957557 or 9127994. OLE color: 9127994.

HSL color Cylindrical-coordinate representation of color #3A488B: hue angle of 229.63º degrees, saturation: 0.41, 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 #3A488B is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 72 139 -
CMYK 0.58 0.48 0 0.45
HSL 229.63º 0.41% 0.39% -
HSV(B) 229.63º 0.58% 0.55% -
XYZ 8.72 7.4 25.39 -
YUV 75.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 58 72 139 0.58 0.48 0 0.45 229.63 0.41 0.39
Hex 3A 48 8B 3A 30 0 2D E6 29 27
Octal 72 110 213 72 60 0 55 346 51 47
Binary 111010 1001000 10001011 111010 110000 0 101101 11100110 101001 100111

Color Harmonies of #3A488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A488B

Black with #3A488B

Text Example


Text Example

White with #3A488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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