Html Css Color HEX #3A558A Tory Blue

📋 copy color: '#3A558A'

red 58 ◦ green 85 ◦ blue 138

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

Shades of Tory Blue #3A558A

Tints of Tory Blue #3A558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 20.64%
G = 30.25%
B = 49.11%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A558A (or 0x3A558A) is known color: Tory Blue. HEX triplet: 3A, 55 and 8A. RGB value is (58,85,138). Sum of RGB (Red+Green+Blue) = 58+85+138=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A558A is #C5AA75. Grayscale: #525252. Windows color (decimal): -12954230 or 9065786. OLE color: 9065786.

HSL color Cylindrical-coordinate representation of color #3A558A: hue angle of 219.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A558A is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 85 138 -
CMYK 0.58 0.38 0 0.46
HSL 219.75º 0.41% 0.38% -
HSV(B) 219.75º 0.58% 0.54% -
XYZ 9.58 9.23 25.32 -
YUV 82.97 159.05 110.19 -
System Red Green Blue C M Y K H S L
Decimal 58 85 138 0.58 0.38 0 0.46 219.75 0.41 0.38
Hex 3A 55 8A 3A 26 0 2E DC 29 26
Octal 72 125 212 72 46 0 56 334 51 46
Binary 111010 1010101 10001010 111010 100110 0 101110 11011100 101001 100110

Color Harmonies of #3A558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A558A

Black with #3A558A

Text Example


Text Example

White with #3A558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,85,138); }

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

background-color css

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

 a { background-color: rgb(58,85,138); }

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

border-color css

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

 span { border-color: rgb(58,85,138); }

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