Html Css Color HEX #3A4880 Tory Blue

📋 copy color: '#3A4880'

red 58 ◦ green 72 ◦ blue 128

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

Shades of Tory Blue #3A4880

Tints of Tory Blue #3A4880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 49.61%

R = 22.48%
G = 27.91%
B = 49.61%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A4880 (or 0x3A4880) is known color: Tory Blue. HEX triplet: 3A, 48 and 80. RGB value is (58,72,128). Sum of RGB (Red+Green+Blue) = 58+72+128=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 128 (50.39% from 255 or 49.61% from 258); Max value from RGB is 128 - color contains mainly: blue. Hex color #3A4880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4880 is #C5B77F. Grayscale: #494949. Windows color (decimal): -12957568 or 8407098. OLE color: 8407098.

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

Color convert

RGB 58 72 128 -
CMYK 0.55 0.44 0 0.50
HSL 228º 0.38% 0.36% -
HSV(B) 228º 0.55% 0.5% -
XYZ 7.96 7.09 21.37 -
YUV 74.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 58 72 128 0.55 0.44 0 0.50 228 0.38 0.36
Hex 3A 48 80 37 2C 0 32 E4 26 24
Octal 72 110 200 67 54 0 62 344 46 44
Binary 111010 1001000 10000000 110111 101100 0 110010 11100100 100110 100100

Color Harmonies of #3A4880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4880

Black with #3A4880

Text Example


Text Example

White with #3A4880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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