Html Css Color HEX #3A538A Tory Blue

📋 copy color: '#3A538A'

red 58 ◦ green 83 ◦ blue 138

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

Shades of Tory Blue #3A538A

Tints of Tory Blue #3A538A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.75%

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

R = 20.79%
G = 29.75%
B = 49.46%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A538A (or 0x3A538A) is known color: Tory Blue. HEX triplet: 3A, 53 and 8A. RGB value is (58,83,138). Sum of RGB (Red+Green+Blue) = 58+83+138=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A538A is #C5AC75. Grayscale: #515151. Windows color (decimal): -12954742 or 9065274. OLE color: 9065274.

HSL color Cylindrical-coordinate representation of color #3A538A: hue angle of 221.25º 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 #3A538A is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 83 138 -
CMYK 0.58 0.40 0 0.46
HSL 221.25º 0.41% 0.38% -
HSV(B) 221.25º 0.58% 0.54% -
XYZ 9.43 8.92 25.27 -
YUV 81.8 159.72 111.03 -
System Red Green Blue C M Y K H S L
Decimal 58 83 138 0.58 0.40 0 0.46 221.25 0.41 0.38
Hex 3A 53 8A 3A 28 0 2E DD 29 26
Octal 72 123 212 72 50 0 56 335 51 46
Binary 111010 1010011 10001010 111010 101000 0 101110 11011101 101001 100110

Color Harmonies of #3A538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A538A

Black with #3A538A

Text Example


Text Example

White with #3A538A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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